Html Css Color HEX #5E3CB9 Purple Heart

📋 copy color: '#5E3CB9'

red 94 ◦ green 60 ◦ blue 185

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

Shades of Purple Heart #5E3CB9

Tints of Purple Heart #5E3CB9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.7%

 BLUE value IS 185 (72.66% from 255) = 54.57%

R = 27.73%
G = 17.7%
B = 54.57%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E3CB9 (or 0x5E3CB9) is known color: Purple Heart. HEX triplet: 5E, 3C and B9. RGB value is (94,60,185). Sum of RGB (Red+Green+Blue) = 94+60+185=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 185 (72.66% from 255 or 54.57% from 339); Max value from RGB is 185 - color contains mainly: blue. Hex color #5E3CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3CB9 is #A1C346. Grayscale: #535353. Windows color (decimal): -10601287 or 12139614. OLE color: 12139614.

HSL color Cylindrical-coordinate representation of color #5E3CB9: hue angle of 256.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E3CB9 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 60 185 -
CMYK 0.49 0.68 0 0.27
HSL 256.32º 0.51% 0.48% -
HSV(B) 256.32º 0.68% 0.73% -
XYZ 14.99 9.11 46.87 -
YUV 84.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 94 60 185 0.49 0.68 0 0.27 256.32 0.51 0.48
Hex 5E 3C B9 31 44 0 1B 100 33 30
Octal 136 74 271 61 104 0 33 400 63 60
Binary 1011110 111100 10111001 110001 1000100 0 11011 100000000 110011 110000

Color Harmonies of #5E3CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3CB9

Black with #5E3CB9

Text Example


Text Example

White with #5E3CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,60,185); }

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

background-color css

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

 a { background-color: rgb(94,60,185); }

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

border-color css

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

 span { border-color: rgb(94,60,185); }

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