#402AD4

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

Shades of Purple Heart #402AD4

Tints of Purple Heart #402AD4

Color information

#402AD4 (or 0x402AD4) is unknown color: approx Purple Heart. HEX triplet: 40, 2A and D4. RGB value is (64,42,212). Sum of RGB (Red+Green+Blue) = 64+42+212=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 212 (83.20% from 255 or 66.67% from 318); Max value from RGB is 212 - color contains mainly: blue. Hex color #402AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402AD4 is #BFD52B. Grayscale: #434343. Windows color (decimal): -12571948 or 13904448. OLE color: 13904448.

HSL color Cylindrical-coordinate representation of color #402AD4: hue angle of 247.76º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #402AD4 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6442212-
CMYK0.700.8000.17
HSL247.76º66.93%49.8%-
HSV(B)247.76º80.19%83.14%-
XYZ14.837.562.95-
YUV67.96209.29125.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 42 (16.80% from 255) = 13.21%
BLUE value IS 212 (83.20% from 255) = 66.67%
R=20.13%
G=13.21%
B=66.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal64422120.700.8000.17247.7666.9349.8
Hex402AD44650011f84332
Octal1005232410612002137010362
Binary10000001010101101010010001101010000010001111110001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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