Html Css Color HEX #5516BA Purple Heart

📋 copy color: '#5516BA'

red 85 ◦ green 22 ◦ blue 186

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

Shades of Purple Heart #5516BA

Tints of Purple Heart #5516BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.51%

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

R = 29.01%
G = 7.51%
B = 63.48%

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

#5516BA (or 0x5516BA) is known color: Purple Heart. HEX triplet: 55, 16 and BA. RGB value is (85,22,186). Sum of RGB (Red+Green+Blue) = 85+22+186=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #5516BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5516BA is #AAE945. Grayscale: #3A3A3A. Windows color (decimal): -11200838 or 12195413. OLE color: 12195413.

HSL color Cylindrical-coordinate representation of color #5516BA: hue angle of 263.05º degrees, saturation: 0.79, 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 #5516BA is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 22 186 -
CMYK 0.54 0.88 0 0.27
HSL 263.05º 0.79% 0.41% -
HSV(B) 263.05º 0.88% 0.73% -
XYZ 12.9 6.05 46.94 -
YUV 59.53 199.37 146.16 -
System Red Green Blue C M Y K H S L
Decimal 85 22 186 0.54 0.88 0 0.27 263.05 0.79 0.41
Hex 55 16 BA 36 58 0 1B 107 4F 29
Octal 125 26 272 66 130 0 33 407 117 51
Binary 1010101 10110 10111010 110110 1011000 0 11011 100000111 1001111 101001

Color Harmonies of #5516BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5516BA

Black with #5516BA

Text Example


Text Example

White with #5516BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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