Html Css Color HEX #5E36BC Purple Heart

📋 copy color: '#5E36BC'

red 94 ◦ green 54 ◦ blue 188

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

Shades of Purple Heart #5E36BC

Tints of Purple Heart #5E36BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.95%

R = 27.98%
G = 16.07%
B = 55.95%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E36BC (or 0x5E36BC) is known color: Purple Heart. HEX triplet: 5E, 36 and BC. RGB value is (94,54,188). Sum of RGB (Red+Green+Blue) = 94+54+188=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E36BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E36BC is #A1C943. Grayscale: #505050. Windows color (decimal): -10602820 or 12334686. OLE color: 12334686.

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

Color convert

RGB 94 54 188 -
CMYK 0.50 0.71 0 0.26
HSL 257.91º 0.55% 0.47% -
HSV(B) 257.91º 0.71% 0.74% -
XYZ 15.01 8.65 48.46 -
YUV 81.24 188.25 137.1 -
System Red Green Blue C M Y K H S L
Decimal 94 54 188 0.50 0.71 0 0.26 257.91 0.55 0.47
Hex 5E 36 BC 32 47 0 1A 102 37 2F
Octal 136 66 274 62 107 0 32 402 67 57
Binary 1011110 110110 10111100 110010 1000111 0 11010 100000010 110111 101111

Color Harmonies of #5E36BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E36BC

Black with #5E36BC

Text Example


Text Example

White with #5E36BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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