Html Css Color HEX #402CCE Purple Heart

📋 copy color: '#402CCE'

red 64 ◦ green 44 ◦ blue 206

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

Shades of Purple Heart #402CCE

Tints of Purple Heart #402CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.01%

 BLUE value IS 206 (80.86% from 255) = 65.61%

R = 20.38%
G = 14.01%
B = 65.61%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#402CCE (or 0x402CCE) is known color: Purple Heart. HEX triplet: 40, 2C and CE. RGB value is (64,44,206). Sum of RGB (Red+Green+Blue) = 64+44+206=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #402CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CCE is #BFD331. Grayscale: #434343. Windows color (decimal): -12571442 or 13511744. OLE color: 13511744.

HSL color Cylindrical-coordinate representation of color #402CCE: hue angle of 247.41º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402CCE is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 44 206 -
CMYK 0.69 0.79 0 0.19
HSL 247.41º 0.65% 0.49% -
HSV(B) 247.41º 0.79% 0.81% -
XYZ 14.16 7.35 59.06 -
YUV 68.45 205.63 124.83 -
System Red Green Blue C M Y K H S L
Decimal 64 44 206 0.69 0.79 0 0.19 247.41 0.65 0.49
Hex 40 2C CE 45 4F 0 13 F7 41 31
Octal 100 54 316 105 117 0 23 367 101 61
Binary 1000000 101100 11001110 1000101 1001111 0 10011 11110111 1000001 110001

Color Harmonies of #402CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CCE

Black with #402CCE

Text Example


Text Example

White with #402CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,44,206); }

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

background-color css

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

 a { background-color: rgb(64,44,206); }

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

border-color css

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

 span { border-color: rgb(64,44,206); }

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