Html Css Color HEX #5B37BC Purple Heart

📋 copy color: '#5B37BC'

red 91 ◦ green 55 ◦ blue 188

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

Shades of Purple Heart #5B37BC

Tints of Purple Heart #5B37BC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.47%

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

R = 27.25%
G = 16.47%
B = 56.29%

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

#5B37BC (or 0x5B37BC) is known color: Purple Heart. HEX triplet: 5B, 37 and BC. RGB value is (91,55,188). Sum of RGB (Red+Green+Blue) = 91+55+188=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B37BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B37BC is #A4C843. Grayscale: #505050. Windows color (decimal): -10799172 or 12334939. OLE color: 12334939.

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

Color convert

RGB 91 55 188 -
CMYK 0.52 0.71 0 0.26
HSL 256.24º 0.55% 0.48% -
HSV(B) 256.24º 0.71% 0.74% -
XYZ 14.76 8.59 48.46 -
YUV 80.93 188.43 135.19 -
System Red Green Blue C M Y K H S L
Decimal 91 55 188 0.52 0.71 0 0.26 256.24 0.55 0.48
Hex 5B 37 BC 34 47 0 1A 100 37 30
Octal 133 67 274 64 107 0 32 400 67 60
Binary 1011011 110111 10111100 110100 1000111 0 11010 100000000 110111 110000

Color Harmonies of #5B37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B37BC

Black with #5B37BC

Text Example


Text Example

White with #5B37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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