Html Css Color HEX #3E0DB6 Purple Heart

📋 copy color: '#3E0DB6'

red 62 ◦ green 13 ◦ blue 182

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

Shades of Purple Heart #3E0DB6

Tints of Purple Heart #3E0DB6

RGB

 RED value IS 62 (24.61% from 255) = 24.12%

 GREEN value IS 13 (5.47% from 255) = 5.06%

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

R = 24.12%
G = 5.06%
B = 70.82%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3E0DB6 (or 0x3E0DB6) is known color: Purple Heart. HEX triplet: 3E, 0D and B6. RGB value is (62,13,182). Sum of RGB (Red+Green+Blue) = 62+13+182=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 13 (5.47% from 255 or 5.06% 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 #3E0DB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0DB6 is #C1F249. Grayscale: #2E2E2E. Windows color (decimal): -12710474 or 11930942. OLE color: 11930942.

HSL color Cylindrical-coordinate representation of color #3E0DB6: hue angle of 257.4º degrees, saturation: 0.87, 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 #3E0DB6 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 62 13 182 -
CMYK 0.66 0.93 0 0.29
HSL 257.4º 0.87% 0.38% -
HSV(B) 257.4º 0.93% 0.71% -
XYZ 10.57 4.69 44.6 -
YUV 46.92 204.23 138.76 -
System Red Green Blue C M Y K H S L
Decimal 62 13 182 0.66 0.93 0 0.29 257.4 0.87 0.38
Hex 3E D B6 42 5D 0 1D 101 57 26
Octal 76 15 266 102 135 0 35 401 127 46
Binary 111110 1101 10110110 1000010 1011101 0 11101 100000001 1010111 100110

Color Harmonies of #3E0DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0DB6

Black with #3E0DB6

Text Example


Text Example

White with #3E0DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E0DB6; }

 p { color: rgb(62,13,182); }

 H1.HeaderClassName
 {
   color: #3E0DB6;
 }
 .AnyTagClassName
 {
   color: #3E0DB6;
 }
</style>

background-color css

<style>
 a { background-color: #3E0DB6; }

 a { background-color: rgb(62,13,182); }

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

border-color css

<style>
 span { border-color: #3E0DB6; }

 span { border-color: rgb(62,13,182); }

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