Html Css Color HEX #5E36BA Purple Heart

📋 copy color: '#5E36BA'

red 94 ◦ green 54 ◦ blue 186

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

Shades of Purple Heart #5E36BA

Tints of Purple Heart #5E36BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.17%

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

R = 28.14%
G = 16.17%
B = 55.69%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E36BA (or 0x5E36BA) is known color: Purple Heart. HEX triplet: 5E, 36 and BA. RGB value is (94,54,186). Sum of RGB (Red+Green+Blue) = 94+54+186=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E36BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E36BA is #A1C945. Grayscale: #505050. Windows color (decimal): -10602822 or 12203614. OLE color: 12203614.

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

Color convert

RGB 94 54 186 -
CMYK 0.49 0.71 0 0.27
HSL 258.18º 0.55% 0.47% -
HSV(B) 258.18º 0.71% 0.73% -
XYZ 14.8 8.56 47.33 -
YUV 81.01 187.25 137.27 -
System Red Green Blue C M Y K H S L
Decimal 94 54 186 0.49 0.71 0 0.27 258.18 0.55 0.47
Hex 5E 36 BA 31 47 0 1B 102 37 2F
Octal 136 66 272 61 107 0 33 402 67 57
Binary 1011110 110110 10111010 110001 1000111 0 11011 100000010 110111 101111

Color Harmonies of #5E36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E36BA

Black with #5E36BA

Text Example


Text Example

White with #5E36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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