Html Css Color HEX #5516BD Purple Heart

📋 copy color: '#5516BD'

red 85 ◦ green 22 ◦ blue 189

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

Shades of Purple Heart #5516BD

Tints of Purple Heart #5516BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.85%

R = 28.72%
G = 7.43%
B = 63.85%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5516BD (or 0x5516BD) is known color: Purple Heart. HEX triplet: 55, 16 and BD. RGB value is (85,22,189). Sum of RGB (Red+Green+Blue) = 85+22+189=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #5516BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5516BD is #AAE942. Grayscale: #3B3B3B. Windows color (decimal): -11200835 or 12392021. OLE color: 12392021.

HSL color Cylindrical-coordinate representation of color #5516BD: hue angle of 262.63º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5516BD is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 22 189 -
CMYK 0.55 0.88 0 0.26
HSL 262.63º 0.79% 0.41% -
HSV(B) 262.63º 0.88% 0.74% -
XYZ 13.22 6.18 48.64 -
YUV 59.88 200.87 145.92 -
System Red Green Blue C M Y K H S L
Decimal 85 22 189 0.55 0.88 0 0.26 262.63 0.79 0.41
Hex 55 16 BD 37 58 0 1A 107 4F 29
Octal 125 26 275 67 130 0 32 407 117 51
Binary 1010101 10110 10111101 110111 1011000 0 11010 100000111 1001111 101001

Color Harmonies of #5516BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5516BD

Black with #5516BD

Text Example


Text Example

White with #5516BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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