Html Css Color HEX #5B0BB2 Purple Heart

📋 copy color: '#5B0BB2'

red 91 ◦ green 11 ◦ blue 178

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

Shades of Purple Heart #5B0BB2

Tints of Purple Heart #5B0BB2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.93%

 BLUE value IS 178 (69.92% from 255) = 63.57%

R = 32.5%
G = 3.93%
B = 63.57%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5B0BB2 (or 0x5B0BB2) is known color: Purple Heart. HEX triplet: 5B, 0B and B2. RGB value is (91,11,178). Sum of RGB (Red+Green+Blue) = 91+11+178=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 178 (69.92% from 255 or 63.57% from 280); Max value from RGB is 178 - color contains mainly: blue. Hex color #5B0BB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0BB2 is #A4F44D. Grayscale: #353535. Windows color (decimal): -10810446 or 11668315. OLE color: 11668315.

HSL color Cylindrical-coordinate representation of color #5B0BB2: hue angle of 268.74º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0BB2 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 91 11 178 -
CMYK 0.49 0.94 0 0.30
HSL 268.74º 0.88% 0.37% -
HSV(B) 268.74º 0.94% 0.7% -
XYZ 12.47 5.68 42.56 -
YUV 53.96 198 154.42 -
System Red Green Blue C M Y K H S L
Decimal 91 11 178 0.49 0.94 0 0.30 268.74 0.88 0.37
Hex 5B B B2 31 5E 0 1E 10D 58 25
Octal 133 13 262 61 136 0 36 415 130 45
Binary 1011011 1011 10110010 110001 1011110 0 11110 100001101 1011000 100101

Color Harmonies of #5B0BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0BB2

Black with #5B0BB2

Text Example


Text Example

White with #5B0BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,11,178); }

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

background-color css

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

 a { background-color: rgb(91,11,178); }

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

border-color css

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

 span { border-color: rgb(91,11,178); }

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