#5F10AA

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

Shades of Purple Heart #5F10AA

Tints of Purple Heart #5F10AA

Color information

#5F10AA (or 0x5F10AA) is unknown color: approx Purple Heart. HEX triplet: 5F, 10 and AA. RGB value is (95,16,170). Sum of RGB (Red+Green+Blue) = 95+16+170=281 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.81% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F10AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F10AA is #A0EF55. Grayscale: #383838. Windows color (decimal): -10547030 or 11145311. OLE color: 11145311.

HSL color Cylindrical-coordinate representation of color #5F10AA: hue angle of 270.78º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F10AA is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9516170-
CMYK0.440.9100.33
HSL270.78º82.8%36.47%-
HSV(B)270.78º90.59%66.67%-
XYZ12.165.7138.49-
YUV57.18191.67154.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.81%
GREEN value IS 16 (6.64% from 255) = 5.69%
BLUE value IS 170 (66.80% from 255) = 60.50%
R=33.81%
G=5.69%
B=60.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95161700.440.9100.33270.7882.836.47
Hex5F10AA2C5B02110f5324
Octal137202525413304141712344
Binary10111111000010101010101100101101101000011000011111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F10AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,16,170); }

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

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

 a { background-color: rgb(95,16,170); }

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

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

 span { border-color: rgb(95,16,170); }

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