#551ed6

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

Shades of Purple Heart #551ED6

Tints of Purple Heart #551ED6

Color information

#551ED6 (or 0x551ED6) is unknown color: approx Purple Heart. HEX triplet: 55, 1E and D6. RGB value is (85,30,214). Sum of RGB (Red+Green+Blue) = 85+30+214=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 214 (83.98% from 255 or 65.05% from 329); Max value from RGB is 214 - color contains mainly: blue. Hex color #551ED6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551ED6 is #AAE129. Grayscale: #424242. Windows color (decimal): -11198762 or 14032469. OLE color: 14032469.

HSL color Cylindrical-coordinate representation of color #551ED6: hue angle of 257.93º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551ED6 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8530214-
CMYK0.600.8600.16
HSL257.93º75.41%47.84%-
HSV(B)257.93º85.98%83.92%-
XYZ16.357.7164.25-
YUV67.42210.72140.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 30 (12.11% from 255) = 9.12%
BLUE value IS 214 (83.98% from 255) = 65.05%
R=25.84%
G=9.12%
B=65.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85302140.600.8600.16257.9375.4147.84
Hex551ED63C560101024b30
Octal125363267412602040211360
Binary1010101111101101011011110010101100100001000000101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551ed6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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