#551EC6

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

Shades of Purple Heart #551EC6

Tints of Purple Heart #551EC6

Color information

#551EC6 (or 0x551EC6) is unknown color: approx Purple Heart. HEX triplet: 55, 1E and C6. RGB value is (85,30,198). Sum of RGB (Red+Green+Blue) = 85+30+198=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 198 (77.73% from 255 or 63.26% from 313); Max value from RGB is 198 - color contains mainly: blue. Hex color #551EC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551EC6 is #AAE139. Grayscale: #404040. Windows color (decimal): -11198778 or 12983893. OLE color: 12983893.

HSL color Cylindrical-coordinate representation of color #551EC6: hue angle of 259.64º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551EC6 is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8530198-
CMYK0.570.8500.22
HSL259.64º73.68%44.71%-
HSV(B)259.64º84.85%77.65%-
XYZ14.46.9454.01-
YUV65.6202.72141.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 30 (12.11% from 255) = 9.58%
BLUE value IS 198 (77.73% from 255) = 63.26%
R=27.16%
G=9.58%
B=63.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85301980.570.8500.22259.6473.6844.71
Hex551EC639550161044a2d
Octal125363067112502640411255
Binary1010101111101100011011100110101010101101000001001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551EC6; }

 p { color: rgb(85,30,198); }

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

<style>
 a { background-color: #551EC6; }

 a { background-color: rgb(85,30,198); }

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

<style>
 span { border-color: #551EC6; }

 span { border-color: rgb(85,30,198); }

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