Html Css Color HEX #400BB6 Purple Heart

📋 copy color: '#400BB6'

red 64 ◦ green 11 ◦ blue 182

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

Shades of Purple Heart #400BB6

Tints of Purple Heart #400BB6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.28%

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

R = 24.9%
G = 4.28%
B = 70.82%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#400BB6 (or 0x400BB6) is known color: Purple Heart. HEX triplet: 40, 0B and B6. RGB value is (64,11,182). Sum of RGB (Red+Green+Blue) = 64+11+182=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 182 (71.48% from 255 or 70.82% from 257); Max value from RGB is 182 - color contains mainly: blue. Hex color #400BB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400BB6 is #BFF449. Grayscale: #2D2D2D. Windows color (decimal): -12579914 or 11930432. OLE color: 11930432.

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

Color convert

RGB 64 11 182 -
CMYK 0.65 0.94 0 0.29
HSL 258.6º 0.89% 0.38% -
HSV(B) 258.6º 0.94% 0.71% -
XYZ 10.68 4.71 44.6 -
YUV 46.34 204.56 140.6 -
System Red Green Blue C M Y K H S L
Decimal 64 11 182 0.65 0.94 0 0.29 258.6 0.89 0.38
Hex 40 B B6 41 5E 0 1D 103 59 26
Octal 100 13 266 101 136 0 35 403 131 46
Binary 1000000 1011 10110110 1000001 1011110 0 11101 100000011 1011001 100110

Color Harmonies of #400BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400BB6

Black with #400BB6

Text Example


Text Example

White with #400BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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