Html Css Color HEX #400CC6 Purple Heart

📋 copy color: '#400CC6'

red 64 ◦ green 12 ◦ blue 198

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

Shades of Purple Heart #400CC6

Tints of Purple Heart #400CC6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.38%

 BLUE value IS 198 (77.73% from 255) = 72.26%

R = 23.36%
G = 4.38%
B = 72.26%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#400CC6 (or 0x400CC6) is known color: Purple Heart. HEX triplet: 40, 0C and C6. RGB value is (64,12,198). Sum of RGB (Red+Green+Blue) = 64+12+198=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 198 (77.73% from 255 or 72.26% from 274); Max value from RGB is 198 - color contains mainly: blue. Hex color #400CC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CC6 is #BFF339. Grayscale: #303030. Windows color (decimal): -12579642 or 12979264. OLE color: 12979264.

HSL color Cylindrical-coordinate representation of color #400CC6: hue angle of 256.77º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400CC6 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 12 198 -
CMYK 0.68 0.94 0 0.22
HSL 256.77º 0.89% 0.41% -
HSV(B) 256.77º 0.94% 0.78% -
XYZ 12.44 5.43 53.82 -
YUV 48.75 212.23 138.88 -
System Red Green Blue C M Y K H S L
Decimal 64 12 198 0.68 0.94 0 0.22 256.77 0.89 0.41
Hex 40 C C6 44 5E 0 16 101 59 29
Octal 100 14 306 104 136 0 26 401 131 51
Binary 1000000 1100 11000110 1000100 1011110 0 10110 100000001 1011001 101001

Color Harmonies of #400CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CC6

Black with #400CC6

Text Example


Text Example

White with #400CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,12,198); }

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

background-color css

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

 a { background-color: rgb(64,12,198); }

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

border-color css

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

 span { border-color: rgb(64,12,198); }

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