Html Css Color HEX #3E20BA Purple Heart

📋 copy color: '#3E20BA'

red 62 ◦ green 32 ◦ blue 186

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

Shades of Purple Heart #3E20BA

Tints of Purple Heart #3E20BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.43%

R = 22.14%
G = 11.43%
B = 66.43%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3E20BA (or 0x3E20BA) is known color: Purple Heart. HEX triplet: 3E, 20 and BA. RGB value is (62,32,186). Sum of RGB (Red+Green+Blue) = 62+32+186=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E20BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E20BA is #C1DF45. Grayscale: #393939. Windows color (decimal): -12705606 or 12197950. OLE color: 12197950.

HSL color Cylindrical-coordinate representation of color #3E20BA: hue angle of 251.69º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E20BA is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 62 32 186 -
CMYK 0.67 0.83 0 0.27
HSL 251.69º 0.71% 0.43% -
HSV(B) 251.69º 0.83% 0.73% -
XYZ 11.37 5.6 46.94 -
YUV 58.53 199.94 130.48 -
System Red Green Blue C M Y K H S L
Decimal 62 32 186 0.67 0.83 0 0.27 251.69 0.71 0.43
Hex 3E 20 BA 43 53 0 1B FC 47 2B
Octal 76 40 272 103 123 0 33 374 107 53
Binary 111110 100000 10111010 1000011 1010011 0 11011 11111100 1000111 101011

Color Harmonies of #3E20BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E20BA

Black with #3E20BA

Text Example


Text Example

White with #3E20BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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