Html Css Color HEX #3E15BE Purple Heart

📋 copy color: '#3E15BE'

red 62 ◦ green 21 ◦ blue 190

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

Shades of Purple Heart #3E15BE

Tints of Purple Heart #3E15BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

 BLUE value IS 190 (74.61% from 255) = 69.6%

R = 22.71%
G = 7.69%
B = 69.6%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E15BE (or 0x3E15BE) is known color: Purple Heart. HEX triplet: 3E, 15 and BE. RGB value is (62,21,190). Sum of RGB (Red+Green+Blue) = 62+21+190=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E15BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E15BE is #C1EA41. Grayscale: #333333. Windows color (decimal): -12708418 or 12457278. OLE color: 12457278.

HSL color Cylindrical-coordinate representation of color #3E15BE: hue angle of 254.56º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E15BE is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 21 190 -
CMYK 0.67 0.89 0 0.25
HSL 254.56º 0.8% 0.41% -
HSV(B) 254.56º 0.89% 0.75% -
XYZ 11.55 5.28 49.13 -
YUV 52.53 205.58 134.76 -
System Red Green Blue C M Y K H S L
Decimal 62 21 190 0.67 0.89 0 0.25 254.56 0.8 0.41
Hex 3E 15 BE 43 59 0 19 FF 50 29
Octal 76 25 276 103 131 0 31 377 120 51
Binary 111110 10101 10111110 1000011 1011001 0 11001 11111111 1010000 101001

Color Harmonies of #3E15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E15BE

Black with #3E15BE

Text Example


Text Example

White with #3E15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,21,190); }

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

background-color css

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

 a { background-color: rgb(62,21,190); }

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

border-color css

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

 span { border-color: rgb(62,21,190); }

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