Html Css Color HEX #402ED4 Purple Heart

📋 copy color: '#402ED4'

red 64 ◦ green 46 ◦ blue 212

#402ED4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #402ED4

Tints of Purple Heart #402ED4

RGB

 RED value IS 64 (25.39% from 255) = 19.88%

 GREEN value IS 46 (18.36% from 255) = 14.29%

 BLUE value IS 212 (83.2% from 255) = 65.84%

R = 19.88%
G = 14.29%
B = 65.84%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#402ED4 (or 0x402ED4) is known color: Purple Heart. HEX triplet: 40, 2E and D4. RGB value is (64,46,212). Sum of RGB (Red+Green+Blue) = 64+46+212=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 212 (83.20% from 255 or 65.84% from 322); Max value from RGB is 212 - color contains mainly: blue. Hex color #402ED4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ED4 is #BFD12B. Grayscale: #454545. Windows color (decimal): -12570924 or 13905472. OLE color: 13905472.

HSL color Cylindrical-coordinate representation of color #402ED4: hue angle of 246.51º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402ED4 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 64 46 212 -
CMYK 0.70 0.78 0 0.17
HSL 246.51º 0.66% 0.51% -
HSV(B) 246.51º 0.78% 0.83% -
XYZ 14.98 7.8 63 -
YUV 70.31 207.96 123.5 -
System Red Green Blue C M Y K H S L
Decimal 64 46 212 0.70 0.78 0 0.17 246.51 0.66 0.51
Hex 40 2E D4 46 4E 0 11 F7 42 33
Octal 100 56 324 106 116 0 21 367 102 63
Binary 1000000 101110 11010100 1000110 1001110 0 10001 11110111 1000010 110011

Color Harmonies of #402ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402ED4

Black with #402ED4

Text Example


Text Example

White with #402ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #402ED4;
 }
 .AnyTagClassName
 {
   color: #402ED4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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