#550cac

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

Shades of Purple Heart #550CAC

Tints of Purple Heart #550CAC

Color information

#550CAC (or 0x550CAC) is unknown color: approx Purple Heart. HEX triplet: 55, 0C and AC. RGB value is (85,12,172). Sum of RGB (Red+Green+Blue) = 85+12+172=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #550CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550CAC is #AAF353. Grayscale: #333333. Windows color (decimal): -11203412 or 11275349. OLE color: 11275349.

HSL color Cylindrical-coordinate representation of color #550CAC: hue angle of 267.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550CAC is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8512172-
CMYK0.510.9300.33
HSL267.38º86.96%36.08%-
HSV(B)267.38º93.02%67.45%-
XYZ11.325.1739.43-
YUV52.07195.68151.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.60%
GREEN value IS 12 (5.08% from 255) = 4.46%
BLUE value IS 172 (67.58% from 255) = 63.94%
R=31.60%
G=4.46%
B=63.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85121720.510.9300.33267.3886.9636.08
Hex55CAC335D02110b5724
Octal125142546313504141312744
Binary1010101110010101100110011101110101000011000010111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550cac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550cac; }

 p { color: rgb(85,12,172); }

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

<style>
 a { background-color: #550cac; }

 a { background-color: rgb(85,12,172); }

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

<style>
 span { border-color: #550cac; }

 span { border-color: rgb(85,12,172); }

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