#550EC1

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

Shades of Purple Heart #550EC1

Tints of Purple Heart #550EC1

Color information

#550EC1 (or 0x550EC1) is unknown color: approx Purple Heart. HEX triplet: 55, 0E and C1. RGB value is (85,14,193). Sum of RGB (Red+Green+Blue) = 85+14+193=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 193 (75.78% from 255 or 66.10% from 292); Max value from RGB is 193 - color contains mainly: blue. Hex color #550EC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550EC1 is #AAF13E. Grayscale: #363636. Windows color (decimal): -11202879 or 12652117. OLE color: 12652117.

HSL color Cylindrical-coordinate representation of color #550EC1: hue angle of 263.8º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550EC1 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8514193-
CMYK0.560.9300.24
HSL263.8º86.47%40.59%-
HSV(B)263.8º92.75%75.69%-
XYZ13.536.150.92-
YUV55.64205.52148.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 14 (5.86% from 255) = 4.79%
BLUE value IS 193 (75.78% from 255) = 66.10%
R=29.11%
G=4.79%
B=66.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85141930.560.9300.24263.886.4740.59
Hex55EC1385D0181085629
Octal125163017013503041012651
Binary101010111101100000111100010111010110001000010001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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