Html Css Color HEX #5B11BA Purple Heart

📋 copy color: '#5B11BA'

red 91 ◦ green 17 ◦ blue 186

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

Shades of Purple Heart #5B11BA

Tints of Purple Heart #5B11BA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.78%

 BLUE value IS 186 (73.05% from 255) = 63.27%

R = 30.95%
G = 5.78%
B = 63.27%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B11BA (or 0x5B11BA) is known color: Purple Heart. HEX triplet: 5B, 11 and BA. RGB value is (91,17,186). Sum of RGB (Red+Green+Blue) = 91+17+186=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B11BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B11BA is #A4EE45. Grayscale: #393939. Windows color (decimal): -10808902 or 12194139. OLE color: 12194139.

HSL color Cylindrical-coordinate representation of color #5B11BA: hue angle of 266.27º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B11BA is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 17 186 -
CMYK 0.51 0.91 0 0.27
HSL 266.27º 0.83% 0.4% -
HSV(B) 266.27º 0.91% 0.73% -
XYZ 13.38 6.17 46.94 -
YUV 58.39 200.02 151.26 -
System Red Green Blue C M Y K H S L
Decimal 91 17 186 0.51 0.91 0 0.27 266.27 0.83 0.4
Hex 5B 11 BA 33 5B 0 1B 10A 53 28
Octal 133 21 272 63 133 0 33 412 123 50
Binary 1011011 10001 10111010 110011 1011011 0 11011 100001010 1010011 101000

Color Harmonies of #5B11BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B11BA

Black with #5B11BA

Text Example


Text Example

White with #5B11BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,17,186); }

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

background-color css

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

 a { background-color: rgb(91,17,186); }

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

border-color css

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

 span { border-color: rgb(91,17,186); }

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