#551ACA

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

Shades of Purple Heart #551ACA

Tints of Purple Heart #551ACA

Color information

#551ACA (or 0x551ACA) is unknown color: approx Purple Heart. HEX triplet: 55, 1A and CA. RGB value is (85,26,202). Sum of RGB (Red+Green+Blue) = 85+26+202=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #551ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551ACA is #AAE535. Grayscale: #3F3F3F. Windows color (decimal): -11199798 or 13245013. OLE color: 13245013.

HSL color Cylindrical-coordinate representation of color #551ACA: hue angle of 260.11º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551ACA is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8526202-
CMYK0.580.8700.21
HSL260.11º77.19%44.71%-
HSV(B)260.11º87.13%79.22%-
XYZ14.786.9356.44-
YUV63.7206.05143.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 26 (10.55% from 255) = 8.31%
BLUE value IS 202 (79.30% from 255) = 64.54%
R=27.16%
G=8.31%
B=64.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85262020.580.8700.21260.1177.1944.71
Hex551ACA3A570151044d2d
Octal125323127212702540411555
Binary1010101110101100101011101010101110101011000001001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,26,202); }

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

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

 a { background-color: rgb(85,26,202); }

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

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

 span { border-color: rgb(85,26,202); }

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