#5F27AA

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

Shades of Purple Heart #5F27AA

Tints of Purple Heart #5F27AA

Color information

#5F27AA (or 0x5F27AA) is unknown color: approx Purple Heart. HEX triplet: 5F, 27 and AA. RGB value is (95,39,170). Sum of RGB (Red+Green+Blue) = 95+39+170=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F27AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F27AA is #A0D855. Grayscale: #464646. Windows color (decimal): -10541142 or 11151199. OLE color: 11151199.

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

Color convert

RGB9539170-
CMYK0.440.7700.33
HSL265.65º62.68%40.98%-
HSV(B)265.65º77.06%66.67%-
XYZ12.76.7938.67-
YUV70.68184.05145.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.25%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 170 (66.80% from 255) = 55.92%
R=31.25%
G=12.83%
B=55.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95391700.440.7700.33265.6562.6840.98
Hex5F27AA2C4D02110a3f29
Octal13747252541150414127751
Binary10111111001111010101010110010011010100001100001010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F27AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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