Html Css Color HEX #400CB6 Purple Heart

📋 copy color: '#400CB6'

red 64 ◦ green 12 ◦ blue 182

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

Shades of Purple Heart #400CB6

Tints of Purple Heart #400CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 70.54%

R = 24.81%
G = 4.65%
B = 70.54%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#400CB6 (or 0x400CB6) is known color: Purple Heart. HEX triplet: 40, 0C and B6. RGB value is (64,12,182). Sum of RGB (Red+Green+Blue) = 64+12+182=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 182 (71.48% from 255 or 70.54% from 258); Max value from RGB is 182 - color contains mainly: blue. Hex color #400CB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CB6 is #BFF349. Grayscale: #2E2E2E. Windows color (decimal): -12579658 or 11930688. OLE color: 11930688.

HSL color Cylindrical-coordinate representation of color #400CB6: hue angle of 258.35º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400CB6 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 12 182 -
CMYK 0.65 0.93 0 0.29
HSL 258.35º 0.88% 0.38% -
HSV(B) 258.35º 0.93% 0.71% -
XYZ 10.69 4.73 44.61 -
YUV 46.93 204.23 140.18 -
System Red Green Blue C M Y K H S L
Decimal 64 12 182 0.65 0.93 0 0.29 258.35 0.88 0.38
Hex 40 C B6 41 5D 0 1D 102 58 26
Octal 100 14 266 101 135 0 35 402 130 46
Binary 1000000 1100 10110110 1000001 1011101 0 11101 100000010 1011000 100110

Color Harmonies of #400CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CB6

Black with #400CB6

Text Example


Text Example

White with #400CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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