Html Css Color HEX #5E3EBF Purple Heart

📋 copy color: '#5E3EBF'

red 94 ◦ green 62 ◦ blue 191

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

Shades of Purple Heart #5E3EBF

Tints of Purple Heart #5E3EBF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.87%

 BLUE value IS 191 (75% from 255) = 55.04%

R = 27.09%
G = 17.87%
B = 55.04%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E3EBF (or 0x5E3EBF) is known color: Purple Heart. HEX triplet: 5E, 3E and BF. RGB value is (94,62,191). Sum of RGB (Red+Green+Blue) = 94+62+191=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E3EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3EBF is #A1C140. Grayscale: #555555. Windows color (decimal): -10600769 or 12533342. OLE color: 12533342.

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

Color convert

RGB 94 62 191 -
CMYK 0.51 0.68 0 0.25
HSL 254.88º 0.51% 0.5% -
HSV(B) 254.88º 0.68% 0.75% -
XYZ 15.74 9.59 50.31 -
YUV 86.27 187.1 133.51 -
System Red Green Blue C M Y K H S L
Decimal 94 62 191 0.51 0.68 0 0.25 254.88 0.51 0.5
Hex 5E 3E BF 33 44 0 19 FF 33 32
Octal 136 76 277 63 104 0 31 377 63 62
Binary 1011110 111110 10111111 110011 1000100 0 11001 11111111 110011 110010

Color Harmonies of #5E3EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3EBF

Black with #5E3EBF

Text Example


Text Example

White with #5E3EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,62,191); }

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

background-color css

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

 a { background-color: rgb(94,62,191); }

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

border-color css

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

 span { border-color: rgb(94,62,191); }

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