Html Css Color HEX #402CC9 Purple Heart

📋 copy color: '#402CC9'

red 64 ◦ green 44 ◦ blue 201

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

Shades of Purple Heart #402CC9

Tints of Purple Heart #402CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 65.05%

R = 20.71%
G = 14.24%
B = 65.05%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#402CC9 (or 0x402CC9) is known color: Purple Heart. HEX triplet: 40, 2C and C9. RGB value is (64,44,201). Sum of RGB (Red+Green+Blue) = 64+44+201=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 201 (78.91% from 255 or 65.05% from 309); Max value from RGB is 201 - color contains mainly: blue. Hex color #402CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CC9 is #BFD336. Grayscale: #434343. Windows color (decimal): -12571447 or 13184064. OLE color: 13184064.

HSL color Cylindrical-coordinate representation of color #402CC9: hue angle of 247.64º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402CC9 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 44 201 -
CMYK 0.68 0.78 0 0.21
HSL 247.64º 0.64% 0.48% -
HSV(B) 247.64º 0.78% 0.79% -
XYZ 13.56 7.11 55.92 -
YUV 67.88 203.13 125.23 -
System Red Green Blue C M Y K H S L
Decimal 64 44 201 0.68 0.78 0 0.21 247.64 0.64 0.48
Hex 40 2C C9 44 4E 0 15 F8 40 30
Octal 100 54 311 104 116 0 25 370 100 60
Binary 1000000 101100 11001001 1000100 1001110 0 10101 11111000 1000000 110000

Color Harmonies of #402CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CC9

Black with #402CC9

Text Example


Text Example

White with #402CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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