Html Css Color HEX #400AB6 Purple Heart

📋 copy color: '#400AB6'

red 64 ◦ green 10 ◦ blue 182

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

Shades of Purple Heart #400AB6

Tints of Purple Heart #400AB6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.91%

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

R = 25%
G = 3.91%
B = 71.09%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#400AB6 (or 0x400AB6) is known color: Purple Heart. HEX triplet: 40, 0A and B6. RGB value is (64,10,182). Sum of RGB (Red+Green+Blue) = 64+10+182=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 182 (71.48% from 255 or 71.09% from 256); Max value from RGB is 182 - color contains mainly: blue. Hex color #400AB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400AB6 is #BFF549. Grayscale: #2D2D2D. Windows color (decimal): -12580170 or 11930176. OLE color: 11930176.

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

Color convert

RGB 64 10 182 -
CMYK 0.65 0.95 0 0.29
HSL 258.84º 0.9% 0.38% -
HSV(B) 258.84º 0.95% 0.71% -
XYZ 10.67 4.68 44.6 -
YUV 45.75 204.89 141.01 -
System Red Green Blue C M Y K H S L
Decimal 64 10 182 0.65 0.95 0 0.29 258.84 0.9 0.38
Hex 40 A B6 41 5F 0 1D 103 5A 26
Octal 100 12 266 101 137 0 35 403 132 46
Binary 1000000 1010 10110110 1000001 1011111 0 11101 100000011 1011010 100110

Color Harmonies of #400AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400AB6

Black with #400AB6

Text Example


Text Example

White with #400AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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