Html Css Color HEX #5B32BC Purple Heart

📋 copy color: '#5B32BC'

red 91 ◦ green 50 ◦ blue 188

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

Shades of Purple Heart #5B32BC

Tints of Purple Heart #5B32BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

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

R = 27.66%
G = 15.2%
B = 57.14%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B32BC (or 0x5B32BC) is known color: Purple Heart. HEX triplet: 5B, 32 and BC. RGB value is (91,50,188). Sum of RGB (Red+Green+Blue) = 91+50+188=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B32BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B32BC is #A4CD43. Grayscale: #4D4D4D. Windows color (decimal): -10800452 or 12333659. OLE color: 12333659.

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

Color convert

RGB 91 50 188 -
CMYK 0.52 0.73 0 0.26
HSL 257.83º 0.58% 0.47% -
HSV(B) 257.83º 0.73% 0.74% -
XYZ 14.53 8.14 48.38 -
YUV 77.99 190.08 137.28 -
System Red Green Blue C M Y K H S L
Decimal 91 50 188 0.52 0.73 0 0.26 257.83 0.58 0.47
Hex 5B 32 BC 34 49 0 1A 102 3A 2F
Octal 133 62 274 64 111 0 32 402 72 57
Binary 1011011 110010 10111100 110100 1001001 0 11010 100000010 111010 101111

Color Harmonies of #5B32BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B32BC

Black with #5B32BC

Text Example


Text Example

White with #5B32BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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