#551EC4

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

Shades of Purple Heart #551EC4

Tints of Purple Heart #551EC4

Color information

#551EC4 (or 0x551EC4) is unknown color: approx Purple Heart. HEX triplet: 55, 1E and C4. RGB value is (85,30,196). Sum of RGB (Red+Green+Blue) = 85+30+196=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 196 (76.95% from 255 or 63.02% from 311); Max value from RGB is 196 - color contains mainly: blue. Hex color #551EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551EC4 is #AAE13B. Grayscale: #404040. Windows color (decimal): -11198780 or 12852821. OLE color: 12852821.

HSL color Cylindrical-coordinate representation of color #551EC4: hue angle of 259.88º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551EC4 is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8530196-
CMYK0.570.8500.23
HSL259.88º73.45%44.31%-
HSV(B)259.88º84.69%76.86%-
XYZ14.176.8552.8-
YUV65.37201.72142-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 30 (12.11% from 255) = 9.65%
BLUE value IS 196 (76.95% from 255) = 63.02%
R=27.33%
G=9.65%
B=63.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal85301960.570.8500.23259.8873.4544.31
Hex551EC43955017104492c
Octal125363047112502740411154
Binary1010101111101100010011100110101010101111000001001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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