#550ECB

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

Shades of Purple Heart #550ECB

Tints of Purple Heart #550ECB

Color information

#550ECB (or 0x550ECB) is unknown color: approx Purple Heart. HEX triplet: 55, 0E and CB. RGB value is (85,14,203). Sum of RGB (Red+Green+Blue) = 85+14+203=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #550ECB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550ECB is #AAF134. Grayscale: #383838. Windows color (decimal): -11202869 or 13307477. OLE color: 13307477.

HSL color Cylindrical-coordinate representation of color #550ECB: hue angle of 262.54º 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 #550ECB is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8514203-
CMYK0.580.9300.20
HSL262.54º87.1%42.55%-
HSV(B)262.54º93.1%79.61%-
XYZ14.686.5656.99-
YUV56.77210.52148.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 14 (5.86% from 255) = 4.64%
BLUE value IS 203 (79.69% from 255) = 67.22%
R=28.15%
G=4.64%
B=67.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85142030.580.9300.20262.5487.142.55
Hex55ECB3A5D014107572b
Octal125163137213502440712753
Binary101010111101100101111101010111010101001000001111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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