#551CAF

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

Shades of Purple Heart #551CAF

Tints of Purple Heart #551CAF

Color information

#551CAF (or 0x551CAF) is unknown color: approx Purple Heart. HEX triplet: 55, 1C and AF. RGB value is (85,28,175). Sum of RGB (Red+Green+Blue) = 85+28+175=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #551CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551CAF is #AAE350. Grayscale: #3D3D3D. Windows color (decimal): -11199313 or 11476053. OLE color: 11476053.

HSL color Cylindrical-coordinate representation of color #551CAF: hue angle of 263.27º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551CAF is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8528175-
CMYK0.510.8400.31
HSL263.27º72.41%39.8%-
HSV(B)263.27º84%68.63%-
XYZ11.95.8641.06-
YUV61.8191.88144.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 28 (11.33% from 255) = 9.72%
BLUE value IS 175 (68.75% from 255) = 60.76%
R=29.51%
G=9.72%
B=60.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85281750.510.8400.31263.2772.4139.8
Hex551CAF335401F1074828
Octal125342576312403740711050
Binary1010101111001010111111001110101000111111000001111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,28,175); }

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

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

 a { background-color: rgb(85,28,175); }

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

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

 span { border-color: rgb(85,28,175); }

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