Html Css Color HEX #5E39BE Purple Heart

📋 copy color: '#5E39BE'

red 94 ◦ green 57 ◦ blue 190

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

Shades of Purple Heart #5E39BE

Tints of Purple Heart #5E39BE

RGB

 RED value IS 94 (37.11% from 255) = 27.57%

 GREEN value IS 57 (22.66% from 255) = 16.72%

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

R = 27.57%
G = 16.72%
B = 55.72%

CMYK

 C value IS 0.51

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E39BE (or 0x5E39BE) is known color: Purple Heart. HEX triplet: 5E, 39 and BE. RGB value is (94,57,190). Sum of RGB (Red+Green+Blue) = 94+57+190=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E39BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E39BE is #A1C641. Grayscale: #525252. Windows color (decimal): -10602050 or 12466526. OLE color: 12466526.

HSL color Cylindrical-coordinate representation of color #5E39BE: hue angle of 256.69º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E39BE is Cyan = 0.51, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 57 190 -
CMYK 0.51 0.7 0 0.25
HSL 256.69º 0.54% 0.48% -
HSV(B) 256.69º 0.7% 0.75% -
XYZ 15.37 9.02 49.65 -
YUV 83.23 188.26 135.69 -
System Red Green Blue C M Y K H S L
Decimal 94 57 190 0.51 0.7 0 0.25 256.69 0.54 0.48
Hex 5E 39 BE 33 46 0 19 101 36 30
Octal 136 71 276 63 106 0 31 401 66 60
Binary 1011110 111001 10111110 110011 1000110 0 11001 100000001 110110 110000

Color Harmonies of #5E39BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E39BE

Black with #5E39BE

Text Example


Text Example

White with #5E39BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E39BE; }

 p { color: rgb(94,57,190); }

 H1.HeaderClassName
 {
   color: #5E39BE;
 }
 .AnyTagClassName
 {
   color: #5E39BE;
 }
</style>

background-color css

<style>
 a { background-color: #5E39BE; }

 a { background-color: rgb(94,57,190); }

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

border-color css

<style>
 span { border-color: #5E39BE; }

 span { border-color: rgb(94,57,190); }

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