#5540CA

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

Shades of Purple Heart #5540CA

Tints of Purple Heart #5540CA

Color information

#5540CA (or 0x5540CA) is unknown color: approx Purple Heart. HEX triplet: 55, 40 and CA. RGB value is (85,64,202). Sum of RGB (Red+Green+Blue) = 85+64+202=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #5540CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5540CA is #AABF35. Grayscale: #555555. Windows color (decimal): -11190070 or 13254741. OLE color: 13254741.

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

Color convert

RGB8564202-
CMYK0.580.6800.21
HSL249.13º56.56%52.16%-
HSV(B)249.13º68.32%79.22%-
XYZ16.249.8656.92-
YUV86.01193.46127.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 64 (25.39% from 255) = 18.23%
BLUE value IS 202 (79.30% from 255) = 57.55%
R=24.22%
G=18.23%
B=57.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85642020.580.6800.21249.1356.5652.16
Hex5540CA3A44015f93934
Octal125100312721040253717164
Binary1010101100000011001010111010100010001010111111001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5540CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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