Html Css Color HEX #400DC9 Purple Heart

📋 copy color: '#400DC9'

red 64 ◦ green 13 ◦ blue 201

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

Shades of Purple Heart #400DC9

Tints of Purple Heart #400DC9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.68%

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

R = 23.02%
G = 4.68%
B = 72.3%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#400DC9 (or 0x400DC9) is known color: Purple Heart. HEX triplet: 40, 0D and C9. RGB value is (64,13,201). Sum of RGB (Red+Green+Blue) = 64+13+201=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 201 (78.91% from 255 or 72.30% from 278); Max value from RGB is 201 - color contains mainly: blue. Hex color #400DC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DC9 is #BFF236. Grayscale: #303030. Windows color (decimal): -12579383 or 13176128. OLE color: 13176128.

HSL color Cylindrical-coordinate representation of color #400DC9: hue angle of 256.28º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400DC9 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 13 201 -
CMYK 0.68 0.94 0 0.21
HSL 256.28º 0.88% 0.42% -
HSV(B) 256.28º 0.94% 0.79% -
XYZ 12.8 5.59 55.66 -
YUV 49.68 213.4 138.21 -
System Red Green Blue C M Y K H S L
Decimal 64 13 201 0.68 0.94 0 0.21 256.28 0.88 0.42
Hex 40 D C9 44 5E 0 15 100 58 2A
Octal 100 15 311 104 136 0 25 400 130 52
Binary 1000000 1101 11001001 1000100 1011110 0 10101 100000000 1011000 101010

Color Harmonies of #400DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400DC9

Black with #400DC9

Text Example


Text Example

White with #400DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400DC9; }

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

 H1.HeaderClassName
 {
   color: #400DC9;
 }
 .AnyTagClassName
 {
   color: #400DC9;
 }
</style>

background-color css

<style>
 a { background-color: #400DC9; }

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

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

border-color css

<style>
 span { border-color: #400DC9; }

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

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