#5C0AAD

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

Shades of Purple Heart #5C0AAD

Tints of Purple Heart #5C0AAD

Color information

#5C0AAD (or 0x5C0AAD) is unknown color: approx Purple Heart. HEX triplet: 5C, 0A and AD. RGB value is (92,10,173). Sum of RGB (Red+Green+Blue) = 92+10+173=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C0AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0AAD is #A3F552. Grayscale: #343434. Windows color (decimal): -10745171 or 11340380. OLE color: 11340380.

HSL color Cylindrical-coordinate representation of color #5C0AAD: hue angle of 270.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0AAD is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9210173-
CMYK0.470.9400.32
HSL270.18º89.07%35.88%-
HSV(B)270.18º94.22%67.84%-
XYZ12.075.5139.96-
YUV53.1195.67155.75-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.45%
GREEN value IS 10 (4.30% from 255) = 3.64%
BLUE value IS 173 (67.97% from 255) = 62.91%
R=33.45%
G=3.64%
B=62.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92101730.470.9400.32270.1889.0735.88
Hex5CAAD2F5E02010e5924
Octal134122555713604041613144
Binary1011100101010101101101111101111001000001000011101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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