#551fd6

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

Shades of Purple Heart #551FD6

Tints of Purple Heart #551FD6

Color information

#551FD6 (or 0x551FD6) is unknown color: approx Purple Heart. HEX triplet: 55, 1F and D6. RGB value is (85,31,214). Sum of RGB (Red+Green+Blue) = 85+31+214=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 214 (83.98% from 255 or 64.85% from 330); Max value from RGB is 214 - color contains mainly: blue. Hex color #551FD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551FD6 is #AAE029. Grayscale: #434343. Windows color (decimal): -11198506 or 14032725. OLE color: 14032725.

HSL color Cylindrical-coordinate representation of color #551FD6: hue angle of 257.7º 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 #551FD6 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8531214-
CMYK0.600.8600.16
HSL257.7º74.69%48.04%-
HSV(B)257.7º85.51%83.92%-
XYZ16.377.7764.25-
YUV68.01210.39140.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 31 (12.5% from 255) = 9.39%
BLUE value IS 214 (83.98% from 255) = 64.85%
R=25.76%
G=9.39%
B=64.85%

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
Decimal85312140.600.8600.16257.774.6948.04
Hex551FD63C560101024b30
Octal125373267412602040211360
Binary1010101111111101011011110010101100100001000000101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551fd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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