#550ECC

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

Shades of Purple Heart #550ECC

Tints of Purple Heart #550ECC

Color information

#550ECC (or 0x550ECC) is unknown color: approx Purple Heart. HEX triplet: 55, 0E and CC. RGB value is (85,14,204). Sum of RGB (Red+Green+Blue) = 85+14+204=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #550ECC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550ECC is #AAF133. Grayscale: #383838. Windows color (decimal): -11202868 or 13373013. OLE color: 13373013.

HSL color Cylindrical-coordinate representation of color #550ECC: hue angle of 262.42º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550ECC is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8514204-
CMYK0.580.9300.2
HSL262.42º87.16%42.75%-
HSV(B)262.42º93.14%80%-
XYZ14.86.6157.62-
YUV56.89211.02148.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 14 (5.86% from 255) = 4.62%
BLUE value IS 204 (80.08% from 255) = 67.33%
R=28.05%
G=4.62%
B=67.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal85142040.580.9300.2262.4287.1642.75
Hex55ECC3A5D014106572b
Octal125163147213502440612753
Binary101010111101100110011101010111010101001000001101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550ECC; }

 p { color: rgb(85,14,204); }

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

<style>
 a { background-color: #550ECC; }

 a { background-color: rgb(85,14,204); }

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

<style>
 span { border-color: #550ECC; }

 span { border-color: rgb(85,14,204); }

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