Html Css Color HEX #400EB6 Purple Heart

📋 copy color: '#400EB6'

red 64 ◦ green 14 ◦ blue 182

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

Shades of Purple Heart #400EB6

Tints of Purple Heart #400EB6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.38%

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

R = 24.62%
G = 5.38%
B = 70%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#400EB6 (or 0x400EB6) is known color: Purple Heart. HEX triplet: 40, 0E and B6. RGB value is (64,14,182). Sum of RGB (Red+Green+Blue) = 64+14+182=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 182 (71.48% from 255 or 70% from 260); Max value from RGB is 182 - color contains mainly: blue. Hex color #400EB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400EB6 is #BFF149. Grayscale: #2F2F2F. Windows color (decimal): -12579146 or 11931200. OLE color: 11931200.

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

Color convert

RGB 64 14 182 -
CMYK 0.65 0.92 0 0.29
HSL 257.86º 0.86% 0.38% -
HSV(B) 257.86º 0.92% 0.71% -
XYZ 10.71 4.78 44.61 -
YUV 48.1 203.57 139.34 -
System Red Green Blue C M Y K H S L
Decimal 64 14 182 0.65 0.92 0 0.29 257.86 0.86 0.38
Hex 40 E B6 41 5C 0 1D 102 56 26
Octal 100 16 266 101 134 0 35 402 126 46
Binary 1000000 1110 10110110 1000001 1011100 0 11101 100000010 1010110 100110

Color Harmonies of #400EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400EB6

Black with #400EB6

Text Example


Text Example

White with #400EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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