Html Css Color HEX #5E3CBA Purple Heart

📋 copy color: '#5E3CBA'

red 94 ◦ green 60 ◦ blue 186

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

Shades of Purple Heart #5E3CBA

Tints of Purple Heart #5E3CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 27.65%
G = 17.65%
B = 54.71%

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

#5E3CBA (or 0x5E3CBA) is known color: Purple Heart. HEX triplet: 5E, 3C and BA. RGB value is (94,60,186). Sum of RGB (Red+Green+Blue) = 94+60+186=340 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.65% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E3CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3CBA is #A1C345. Grayscale: #545454. Windows color (decimal): -10601286 or 12205150. OLE color: 12205150.

HSL color Cylindrical-coordinate representation of color #5E3CBA: hue angle of 256.19º 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 #5E3CBA is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 60 186 -
CMYK 0.49 0.68 0 0.27
HSL 256.19º 0.51% 0.48% -
HSV(B) 256.19º 0.68% 0.73% -
XYZ 15.09 9.16 47.43 -
YUV 84.53 185.26 134.75 -
System Red Green Blue C M Y K H S L
Decimal 94 60 186 0.49 0.68 0 0.27 256.19 0.51 0.48
Hex 5E 3C BA 31 44 0 1B 100 33 30
Octal 136 74 272 61 104 0 33 400 63 60
Binary 1011110 111100 10111010 110001 1000100 0 11011 100000000 110011 110000

Color Harmonies of #5E3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3CBA

Black with #5E3CBA

Text Example


Text Example

White with #5E3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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