Html Css Color HEX #5B11CE Purple Heart

📋 copy color: '#5B11CE'

red 91 ◦ green 17 ◦ blue 206

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

Shades of Purple Heart #5B11CE

Tints of Purple Heart #5B11CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.61%

R = 28.98%
G = 5.41%
B = 65.61%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B11CE (or 0x5B11CE) is known color: Purple Heart. HEX triplet: 5B, 11 and CE. RGB value is (91,17,206). Sum of RGB (Red+Green+Blue) = 91+17+206=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B11CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B11CE is #A4EE31. Grayscale: #3B3B3B. Windows color (decimal): -10808882 or 13504859. OLE color: 13504859.

HSL color Cylindrical-coordinate representation of color #5B11CE: hue angle of 263.49º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B11CE is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 17 206 -
CMYK 0.56 0.92 0 0.19
HSL 263.49º 0.85% 0.44% -
HSV(B) 263.49º 0.92% 0.81% -
XYZ 15.66 7.08 58.93 -
YUV 60.67 210.02 149.63 -
System Red Green Blue C M Y K H S L
Decimal 91 17 206 0.56 0.92 0 0.19 263.49 0.85 0.44
Hex 5B 11 CE 38 5C 0 13 107 55 2C
Octal 133 21 316 70 134 0 23 407 125 54
Binary 1011011 10001 11001110 111000 1011100 0 10011 100000111 1010101 101100

Color Harmonies of #5B11CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B11CE

Black with #5B11CE

Text Example


Text Example

White with #5B11CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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