Html Css Color HEX #3E20CE Purple Heart

📋 copy color: '#3E20CE'

red 62 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #3E20CE

Tints of Purple Heart #3E20CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.67%

 BLUE value IS 206 (80.86% from 255) = 68.67%

R = 20.67%
G = 10.67%
B = 68.67%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3E20CE (or 0x3E20CE) is known color: Purple Heart. HEX triplet: 3E, 20 and CE. RGB value is (62,32,206). Sum of RGB (Red+Green+Blue) = 62+32+206=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E20CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E20CE is #C1DF31. Grayscale: #3C3C3C. Windows color (decimal): -12705586 or 13508670. OLE color: 13508670.

HSL color Cylindrical-coordinate representation of color #3E20CE: hue angle of 250.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E20CE is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 62 32 206 -
CMYK 0.70 0.84 0 0.19
HSL 250.34º 0.73% 0.47% -
HSV(B) 250.34º 0.84% 0.81% -
XYZ 13.64 6.51 58.93 -
YUV 60.81 209.94 128.85 -
System Red Green Blue C M Y K H S L
Decimal 62 32 206 0.70 0.84 0 0.19 250.34 0.73 0.47
Hex 3E 20 CE 46 54 0 13 FA 49 2F
Octal 76 40 316 106 124 0 23 372 111 57
Binary 111110 100000 11001110 1000110 1010100 0 10011 11111010 1001001 101111

Color Harmonies of #3E20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E20CE

Black with #3E20CE

Text Example


Text Example

White with #3E20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,32,206); }

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

background-color css

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

 a { background-color: rgb(62,32,206); }

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

border-color css

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

 span { border-color: rgb(62,32,206); }

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