Html Css Color HEX #3E14BE Purple Heart

📋 copy color: '#3E14BE'

red 62 ◦ green 20 ◦ blue 190

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

Shades of Purple Heart #3E14BE

Tints of Purple Heart #3E14BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

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

R = 22.79%
G = 7.35%
B = 69.85%

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

#3E14BE (or 0x3E14BE) is known color: Purple Heart. HEX triplet: 3E, 14 and BE. RGB value is (62,20,190). Sum of RGB (Red+Green+Blue) = 62+20+190=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E14BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E14BE is #C1EB41. Grayscale: #333333. Windows color (decimal): -12708674 or 12457022. OLE color: 12457022.

HSL color Cylindrical-coordinate representation of color #3E14BE: hue angle of 254.82º degrees, saturation: 0.81, 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 #3E14BE is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 20 190 -
CMYK 0.67 0.89 0 0.25
HSL 254.82º 0.81% 0.41% -
HSV(B) 254.82º 0.89% 0.75% -
XYZ 11.53 5.24 49.12 -
YUV 51.94 205.91 135.18 -
System Red Green Blue C M Y K H S L
Decimal 62 20 190 0.67 0.89 0 0.25 254.82 0.81 0.41
Hex 3E 14 BE 43 59 0 19 FF 51 29
Octal 76 24 276 103 131 0 31 377 121 51
Binary 111110 10100 10111110 1000011 1011001 0 11001 11111111 1010001 101001

Color Harmonies of #3E14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E14BE

Black with #3E14BE

Text Example


Text Example

White with #3E14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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