#5530BE

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

Shades of Purple Heart #5530BE

Tints of Purple Heart #5530BE

Color information

#5530BE (or 0x5530BE) is unknown color: approx Purple Heart. HEX triplet: 55, 30 and BE. RGB value is (85,48,190). Sum of RGB (Red+Green+Blue) = 85+48+190=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #5530BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5530BE is #AACF41. Grayscale: #4A4A4A. Windows color (decimal): -11194178 or 12464213. OLE color: 12464213.

HSL color Cylindrical-coordinate representation of color #5530BE: hue angle of 255.63º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5530BE is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8548190-
CMYK0.550.7500.25
HSL255.63º59.66%46.67%-
HSV(B)255.63º74.74%74.51%-
XYZ14.17.7649.47-
YUV75.25192.76134.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 190 (74.61% from 255) = 58.82%
R=26.32%
G=14.86%
B=58.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85481900.550.7500.25255.6359.6646.67
Hex5530BE374B0191003c2f
Octal12560276671130314007457
Binary1010101110000101111101101111001011011001100000000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5530BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5530BE; }

 p { color: rgb(85,48,190); }

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

<style>
 a { background-color: #5530BE; }

 a { background-color: rgb(85,48,190); }

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

<style>
 span { border-color: #5530BE; }

 span { border-color: rgb(85,48,190); }

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