#5526B4

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

Shades of Purple Heart #5526B4

Tints of Purple Heart #5526B4

Color information

#5526B4 (or 0x5526B4) is unknown color: approx Purple Heart. HEX triplet: 55, 26 and B4. RGB value is (85,38,180). Sum of RGB (Red+Green+Blue) = 85+38+180=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 180 (70.70% from 255 or 59.41% from 303); Max value from RGB is 180 - color contains mainly: blue. Hex color #5526B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5526B4 is #AAD94B. Grayscale: #434343. Windows color (decimal): -11196748 or 11806293. OLE color: 11806293.

HSL color Cylindrical-coordinate representation of color #5526B4: hue angle of 259.86º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5526B4 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8538180-
CMYK0.530.7900.29
HSL259.86º65.14%42.75%-
HSV(B)259.86º78.89%70.59%-
XYZ12.686.6143.79-
YUV68.24191.07139.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 38 (15.23% from 255) = 12.54%
BLUE value IS 180 (70.70% from 255) = 59.41%
R=28.05%
G=12.54%
B=59.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85381800.530.7900.29259.8665.1442.75
Hex5526B4354F01D104412b
Octal125462646511703540410153
Binary10101011001101011010011010110011110111011000001001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5526B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5526B4; }

 p { color: rgb(85,38,180); }

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

<style>
 a { background-color: #5526B4; }

 a { background-color: rgb(85,38,180); }

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

<style>
 span { border-color: #5526B4; }

 span { border-color: rgb(85,38,180); }

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