#551DA3

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

Shades of Purple Heart #551DA3

Tints of Purple Heart #551DA3

Color information

#551DA3 (or 0x551DA3) is unknown color: approx Purple Heart. HEX triplet: 55, 1D and A3. RGB value is (85,29,163). Sum of RGB (Red+Green+Blue) = 85+29+163=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 163 (64.06% from 255 or 58.84% from 277); Max value from RGB is 163 - color contains mainly: blue. Hex color #551DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551DA3 is #AAE25C. Grayscale: #3C3C3C. Windows color (decimal): -11199069 or 10689877. OLE color: 10689877.

HSL color Cylindrical-coordinate representation of color #551DA3: hue angle of 265.07º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551DA3 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8529163-
CMYK0.480.8200.36
HSL265.07º69.79%37.65%-
HSV(B)265.07º82.21%63.92%-
XYZ10.85.4535.13-
YUV61.02185.55145.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 29 (11.72% from 255) = 10.47%
BLUE value IS 163 (64.06% from 255) = 58.84%
R=30.69%
G=10.47%
B=58.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85291630.480.8200.36265.0769.7937.65
Hex551DA330520241094626
Octal125352436012204441110646
Binary10101011110110100011110000101001001001001000010011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,29,163); }

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

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

 a { background-color: rgb(85,29,163); }

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

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

 span { border-color: rgb(85,29,163); }

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