#5541BC

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

Shades of Purple Heart #5541BC

Tints of Purple Heart #5541BC

Color information

#5541BC (or 0x5541BC) is unknown color: approx Purple Heart. HEX triplet: 55, 41 and BC. RGB value is (85,65,188). Sum of RGB (Red+Green+Blue) = 85+65+188=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #5541BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5541BC is #AABE43. Grayscale: #545454. Windows color (decimal): -11189828 or 12337493. OLE color: 12337493.

HSL color Cylindrical-coordinate representation of color #5541BC: hue angle of 249.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5541BC is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8565188-
CMYK0.550.6500.26
HSL249.76º48.62%49.61%-
HSV(B)249.76º65.43%73.73%-
XYZ14.719.3448.6-
YUV85186.13128-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.15%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 188 (73.83% from 255) = 55.62%
R=25.15%
G=19.23%
B=55.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85651880.550.6500.26249.7648.6249.61
Hex5541BC374101Afa3132
Octal125101274671010323726162
Binary1010101100000110111100110111100000101101011111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5541BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5541BC; }

 p { color: rgb(85,65,188); }

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

<style>
 a { background-color: #5541BC; }

 a { background-color: rgb(85,65,188); }

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

<style>
 span { border-color: #5541BC; }

 span { border-color: rgb(85,65,188); }

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