#5527CA

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

Shades of Purple Heart #5527CA

Tints of Purple Heart #5527CA

Color information

#5527CA (or 0x5527CA) is unknown color: approx Purple Heart. HEX triplet: 55, 27 and CA. RGB value is (85,39,202). Sum of RGB (Red+Green+Blue) = 85+39+202=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #5527CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5527CA is #AAD835. Grayscale: #464646. Windows color (decimal): -11196470 or 13248341. OLE color: 13248341.

HSL color Cylindrical-coordinate representation of color #5527CA: hue angle of 256.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5527CA is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8539202-
CMYK0.580.8100.21
HSL256.93º67.63%47.25%-
HSV(B)256.93º80.69%79.22%-
XYZ15.137.6556.56-
YUV71.34201.74137.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 39 (15.62% from 255) = 11.96%
BLUE value IS 202 (79.30% from 255) = 61.96%
R=26.07%
G=11.96%
B=61.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85392020.580.8100.21256.9367.6347.25
Hex5527CA3A51015101442f
Octal125473127212102540110457
Binary10101011001111100101011101010100010101011000000011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5527CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5527CA; }

 p { color: rgb(85,39,202); }

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

<style>
 a { background-color: #5527CA; }

 a { background-color: rgb(85,39,202); }

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

<style>
 span { border-color: #5527CA; }

 span { border-color: rgb(85,39,202); }

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