Html Css Color HEX #5520BB Purple Heart

📋 copy color: '#5520BB'

red 85 ◦ green 32 ◦ blue 187

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

Shades of Purple Heart #5520BB

Tints of Purple Heart #5520BB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

 BLUE value IS 187 (73.44% from 255) = 61.51%

R = 27.96%
G = 10.53%
B = 61.51%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5520BB (or 0x5520BB) is known color: Purple Heart. HEX triplet: 55, 20 and BB. RGB value is (85,32,187). Sum of RGB (Red+Green+Blue) = 85+32+187=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #5520BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5520BB is #AADF44. Grayscale: #404040. Windows color (decimal): -11198277 or 12263509. OLE color: 12263509.

HSL color Cylindrical-coordinate representation of color #5520BB: hue angle of 260.52º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5520BB is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 32 187 -
CMYK 0.55 0.83 0 0.27
HSL 260.52º 0.71% 0.43% -
HSV(B) 260.52º 0.83% 0.73% -
XYZ 13.23 6.55 47.58 -
YUV 65.52 196.56 141.9 -
System Red Green Blue C M Y K H S L
Decimal 85 32 187 0.55 0.83 0 0.27 260.52 0.71 0.43
Hex 55 20 BB 37 53 0 1B 105 47 2B
Octal 125 40 273 67 123 0 33 405 107 53
Binary 1010101 100000 10111011 110111 1010011 0 11011 100000101 1000111 101011

Color Harmonies of #5520BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5520BB

Black with #5520BB

Text Example


Text Example

White with #5520BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5520BB; }

 p { color: rgb(85,32,187); }

 H1.HeaderClassName
 {
   color: #5520BB;
 }
 .AnyTagClassName
 {
   color: #5520BB;
 }
</style>

background-color css

<style>
 a { background-color: #5520BB; }

 a { background-color: rgb(85,32,187); }

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

border-color css

<style>
 span { border-color: #5520BB; }

 span { border-color: rgb(85,32,187); }

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