Html Css Color HEX #5B15BF Purple Heart

📋 copy color: '#5B15BF'

red 91 ◦ green 21 ◦ blue 191

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

Shades of Purple Heart #5B15BF

Tints of Purple Heart #5B15BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.04%

R = 30.03%
G = 6.93%
B = 63.04%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5B15BF (or 0x5B15BF) is known color: Purple Heart. HEX triplet: 5B, 15 and BF. RGB value is (91,21,191). Sum of RGB (Red+Green+Blue) = 91+21+191=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B15BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B15BF is #A4EA40. Grayscale: #3C3C3C. Windows color (decimal): -10807873 or 12522843. OLE color: 12522843.

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

Color convert

RGB 91 21 191 -
CMYK 0.52 0.89 0 0.25
HSL 264.71º 0.8% 0.42% -
HSV(B) 264.71º 0.89% 0.75% -
XYZ 13.99 6.52 49.81 -
YUV 61.31 201.19 149.18 -
System Red Green Blue C M Y K H S L
Decimal 91 21 191 0.52 0.89 0 0.25 264.71 0.8 0.42
Hex 5B 15 BF 34 59 0 19 109 50 2A
Octal 133 25 277 64 131 0 31 411 120 52
Binary 1011011 10101 10111111 110100 1011001 0 11001 100001001 1010000 101010

Color Harmonies of #5B15BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B15BF

Black with #5B15BF

Text Example


Text Example

White with #5B15BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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