Html Css Color HEX #400CCA Purple Heart

📋 copy color: '#400CCA'

red 64 ◦ green 12 ◦ blue 202

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

Shades of Purple Heart #400CCA

Tints of Purple Heart #400CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 72.66%

R = 23.02%
G = 4.32%
B = 72.66%

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

#400CCA (or 0x400CCA) is known color: Purple Heart. HEX triplet: 40, 0C and CA. RGB value is (64,12,202). Sum of RGB (Red+Green+Blue) = 64+12+202=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 202 (79.30% from 255 or 72.66% from 278); Max value from RGB is 202 - color contains mainly: blue. Hex color #400CCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CCA is #BFF335. Grayscale: #303030. Windows color (decimal): -12579638 or 13241408. OLE color: 13241408.

HSL color Cylindrical-coordinate representation of color #400CCA: hue angle of 256.42º degrees, saturation: 0.89, 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 #400CCA is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 12 202 -
CMYK 0.68 0.94 0 0.21
HSL 256.42º 0.89% 0.42% -
HSV(B) 256.42º 0.94% 0.79% -
XYZ 12.91 5.62 56.28 -
YUV 49.21 214.23 138.55 -
System Red Green Blue C M Y K H S L
Decimal 64 12 202 0.68 0.94 0 0.21 256.42 0.89 0.42
Hex 40 C CA 44 5E 0 15 100 59 2A
Octal 100 14 312 104 136 0 25 400 131 52
Binary 1000000 1100 11001010 1000100 1011110 0 10101 100000000 1011001 101010

Color Harmonies of #400CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CCA

Black with #400CCA

Text Example


Text Example

White with #400CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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