Html Css Color HEX #5B36BC Purple Heart

📋 copy color: '#5B36BC'

red 91 ◦ green 54 ◦ blue 188

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

Shades of Purple Heart #5B36BC

Tints of Purple Heart #5B36BC

RGB

 RED value IS 91 (35.94% from 255) = 27.33%

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

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

R = 27.33%
G = 16.22%
B = 56.46%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B36BC (or 0x5B36BC) is known color: Purple Heart. HEX triplet: 5B, 36 and BC. RGB value is (91,54,188). Sum of RGB (Red+Green+Blue) = 91+54+188=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B36BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B36BC is #A4C943. Grayscale: #4F4F4F. Windows color (decimal): -10799428 or 12334683. OLE color: 12334683.

HSL color Cylindrical-coordinate representation of color #5B36BC: hue angle of 256.57º 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 #5B36BC is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 54 188 -
CMYK 0.52 0.71 0 0.26
HSL 256.57º 0.55% 0.47% -
HSV(B) 256.57º 0.71% 0.74% -
XYZ 14.71 8.49 48.44 -
YUV 80.34 188.76 135.6 -
System Red Green Blue C M Y K H S L
Decimal 91 54 188 0.52 0.71 0 0.26 256.57 0.55 0.47
Hex 5B 36 BC 34 47 0 1A 101 37 2F
Octal 133 66 274 64 107 0 32 401 67 57
Binary 1011011 110110 10111100 110100 1000111 0 11010 100000001 110111 101111

Color Harmonies of #5B36BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B36BC

Black with #5B36BC

Text Example


Text Example

White with #5B36BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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