Html Css Color HEX #5B15BC Purple Heart

📋 copy color: '#5B15BC'

red 91 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #5B15BC

Tints of Purple Heart #5B15BC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7%

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

R = 30.33%
G = 7%
B = 62.67%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B15BC (or 0x5B15BC) is known color: Purple Heart. HEX triplet: 5B, 15 and BC. RGB value is (91,21,188). Sum of RGB (Red+Green+Blue) = 91+21+188=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B15BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B15BC is #A4EA43. Grayscale: #3C3C3C. Windows color (decimal): -10807876 or 12326235. OLE color: 12326235.

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

Color convert

RGB 91 21 188 -
CMYK 0.52 0.89 0 0.26
HSL 265.15º 0.8% 0.41% -
HSV(B) 265.15º 0.89% 0.74% -
XYZ 13.66 6.39 48.09 -
YUV 60.97 199.69 149.42 -
System Red Green Blue C M Y K H S L
Decimal 91 21 188 0.52 0.89 0 0.26 265.15 0.8 0.41
Hex 5B 15 BC 34 59 0 1A 109 50 29
Octal 133 25 274 64 131 0 32 411 120 51
Binary 1011011 10101 10111100 110100 1011001 0 11010 100001001 1010000 101001

Color Harmonies of #5B15BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B15BC

Black with #5B15BC

Text Example


Text Example

White with #5B15BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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