#402ABA

Color #402ABA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #402ABA

Tints of Purple Heart #402ABA

Color information

#402ABA (or 0x402ABA) is unknown color: approx Purple Heart. HEX triplet: 40, 2A and BA. RGB value is (64,42,186). Sum of RGB (Red+Green+Blue) = 64+42+186=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #402ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ABA is #BFD545. Grayscale: #404040. Windows color (decimal): -12571974 or 12200512. OLE color: 12200512.

HSL color Cylindrical-coordinate representation of color #402ABA: hue angle of 249.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402ABA is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6442186-
CMYK0.660.7700.27
HSL249.17º63.16%44.71%-
HSV(B)249.17º77.42%72.94%-
XYZ11.816.2947.05-
YUV64.99196.29127.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 42 (16.80% from 255) = 14.38%
BLUE value IS 186 (73.05% from 255) = 63.70%
R=21.92%
G=14.38%
B=63.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64421860.660.7700.27249.1763.1644.71
Hex402ABA424D01Bf93f2d
Octal100522721021150333717755
Binary1000000101010101110101000010100110101101111111001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402ABA; }

 p { color: rgb(64,42,186); }

 H1.HeaderClassName
 {
   color: #402ABA;
 }
 .AnyTagClassName
 {
   color: #402ABA;
 }
</style>
background-color css

<style>
 a { background-color: #402ABA; }

 a { background-color: rgb(64,42,186); }

 div.DivClassName
 {
   background-color: #402ABA;
 }
 .BgClassName
 {
   background-color: #402ABA;
 }
</style>
border-color css

<style>
 span { border-color: #402ABA; }

 span { border-color: rgb(64,42,186); }

 td.TdClassName
 {
   border-color: #402ABA;
 }
 .TagClassName
 {
   border-color: #402ABA;
 }
</style>