#5507b2

Color #5507B2 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5507B2

Tints of Purple Heart #5507B2

Color information

#5507B2 (or 0x5507B2) is unknown color: approx Purple Heart. HEX triplet: 55, 07 and B2. RGB value is (85,7,178). Sum of RGB (Red+Green+Blue) = 85+7+178=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 178 (69.92% from 255 or 65.93% from 270); Max value from RGB is 178 - color contains mainly: blue. Hex color #5507B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5507B2 is #AAF84D. Grayscale: #313131. Windows color (decimal): -11204686 or 11667285. OLE color: 11667285.

HSL color Cylindrical-coordinate representation of color #5507B2: hue angle of 267.37º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5507B2 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB857178-
CMYK0.520.9600.30
HSL267.37º92.43%36.27%-
HSV(B)267.37º96.07%69.8%-
XYZ11.865.342.52-
YUV49.82200.34153.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 7 (3.12% from 255) = 2.59%
BLUE value IS 178 (69.92% from 255) = 65.93%
R=31.48%
G=2.59%
B=65.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal8571780.520.9600.30267.3792.4336.27
Hex557B2346001E10b5c24
Octal12572626414003641313444
Binary10101011111011001011010011000000111101000010111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5507b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5507b2; }

 p { color: rgb(85,7,178); }

 H1.HeaderClassName
 {
   color: #5507b2;
 }
 .AnyTagClassName
 {
   color: #5507b2;
 }
</style>
background-color css

<style>
 a { background-color: #5507b2; }

 a { background-color: rgb(85,7,178); }

 div.DivClassName
 {
   background-color: #5507b2;
 }
 .BgClassName
 {
   background-color: #5507b2;
 }
</style>
border-color css

<style>
 span { border-color: #5507b2; }

 span { border-color: rgb(85,7,178); }

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