Html Css Color HEX #5517BA Purple Heart

📋 copy color: '#5517BA'

red 85 ◦ green 23 ◦ blue 186

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

Shades of Purple Heart #5517BA

Tints of Purple Heart #5517BA

RGB

 RED value IS 85 (33.59% from 255) = 28.91%

 GREEN value IS 23 (9.38% from 255) = 7.82%

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

R = 28.91%
G = 7.82%
B = 63.27%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5517BA (or 0x5517BA) is known color: Purple Heart. HEX triplet: 55, 17 and BA. RGB value is (85,23,186). Sum of RGB (Red+Green+Blue) = 85+23+186=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 23 (9.38% from 255 or 7.82% 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 #5517BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5517BA is #AAE845. Grayscale: #3B3B3B. Windows color (decimal): -11200582 or 12195669. OLE color: 12195669.

HSL color Cylindrical-coordinate representation of color #5517BA: hue angle of 262.82º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5517BA is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 23 186 -
CMYK 0.54 0.88 0 0.27
HSL 262.82º 0.78% 0.41% -
HSV(B) 262.82º 0.88% 0.73% -
XYZ 12.92 6.09 46.95 -
YUV 60.12 199.04 145.75 -
System Red Green Blue C M Y K H S L
Decimal 85 23 186 0.54 0.88 0 0.27 262.82 0.78 0.41
Hex 55 17 BA 36 58 0 1B 107 4E 29
Octal 125 27 272 66 130 0 33 407 116 51
Binary 1010101 10111 10111010 110110 1011000 0 11011 100000111 1001110 101001

Color Harmonies of #5517BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5517BA

Black with #5517BA

Text Example


Text Example

White with #5517BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5517BA; }

 p { color: rgb(85,23,186); }

 H1.HeaderClassName
 {
   color: #5517BA;
 }
 .AnyTagClassName
 {
   color: #5517BA;
 }
</style>

background-color css

<style>
 a { background-color: #5517BA; }

 a { background-color: rgb(85,23,186); }

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

border-color css

<style>
 span { border-color: #5517BA; }

 span { border-color: rgb(85,23,186); }

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