Html Css Color HEX #3E1ECC Purple Heart

📋 copy color: '#3E1ECC'

red 62 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #3E1ECC

Tints of Purple Heart #3E1ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.14%

 BLUE value IS 204 (80.08% from 255) = 68.92%

R = 20.95%
G = 10.14%
B = 68.92%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3E1ECC (or 0x3E1ECC) is known color: Purple Heart. HEX triplet: 3E, 1E and CC. RGB value is (62,30,204). Sum of RGB (Red+Green+Blue) = 62+30+204=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E1ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1ECC is #C1E133. Grayscale: #3A3A3A. Windows color (decimal): -12706100 or 13377086. OLE color: 13377086.

HSL color Cylindrical-coordinate representation of color #3E1ECC: hue angle of 251.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1ECC is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 30 204 -
CMYK 0.70 0.85 0 0.2
HSL 251.03º 0.74% 0.46% -
HSV(B) 251.03º 0.85% 0.8% -
XYZ 13.35 6.31 57.64 -
YUV 59.4 209.6 129.85 -
System Red Green Blue C M Y K H S L
Decimal 62 30 204 0.70 0.85 0 0.2 251.03 0.74 0.46
Hex 3E 1E CC 46 55 0 14 FB 4A 2E
Octal 76 36 314 106 125 0 24 373 112 56
Binary 111110 11110 11001100 1000110 1010101 0 10100 11111011 1001010 101110

Color Harmonies of #3E1ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1ECC

Black with #3E1ECC

Text Example


Text Example

White with #3E1ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,30,204); }

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

background-color css

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

 a { background-color: rgb(62,30,204); }

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

border-color css

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

 span { border-color: rgb(62,30,204); }

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