#5C0AAA

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

Shades of Purple Heart #5C0AAA

Tints of Purple Heart #5C0AAA

Color information

#5C0AAA (or 0x5C0AAA) is unknown color: approx Purple Heart. HEX triplet: 5C, 0A and AA. RGB value is (92,10,170). Sum of RGB (Red+Green+Blue) = 92+10+170=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C0AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0AAA is #A3F555. Grayscale: #343434. Windows color (decimal): -10745174 or 11143772. OLE color: 11143772.

HSL color Cylindrical-coordinate representation of color #5C0AAA: hue angle of 270.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0AAA is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9210170-
CMYK0.460.9400.33
HSL270.75º88.89%35.29%-
HSV(B)270.75º94.12%66.67%-
XYZ11.785.3938.45-
YUV52.76194.17155.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.82%
GREEN value IS 10 (4.30% from 255) = 3.68%
BLUE value IS 170 (66.80% from 255) = 62.5%
R=33.82%
G=3.68%
B=62.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92101700.460.9400.33270.7588.8935.29
Hex5CAAA2E5E02110f5923
Octal134122525613604141713143
Binary1011100101010101010101110101111001000011000011111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C0AAA; }

 p { color: rgb(92,10,170); }

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

<style>
 a { background-color: #5C0AAA; }

 a { background-color: rgb(92,10,170); }

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

<style>
 span { border-color: #5C0AAA; }

 span { border-color: rgb(92,10,170); }

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