#5f27af

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

Shades of Purple Heart #5F27AF

Tints of Purple Heart #5F27AF

Color information

#5F27AF (or 0x5F27AF) is unknown color: approx Purple Heart. HEX triplet: 5F, 27 and AF. RGB value is (95,39,175). Sum of RGB (Red+Green+Blue) = 95+39+175=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F27AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F27AF is #A0D850. Grayscale: #464646. Windows color (decimal): -10541137 or 11478879. OLE color: 11478879.

HSL color Cylindrical-coordinate representation of color #5F27AF: hue angle of 264.71º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F27AF is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9539175-
CMYK0.460.7800.31
HSL264.71º63.55%41.96%-
HSV(B)264.71º77.71%68.63%-
XYZ13.186.9841.21-
YUV71.25186.55144.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.74%
GREEN value IS 39 (15.62% from 255) = 12.62%
BLUE value IS 175 (68.75% from 255) = 56.63%
R=30.74%
G=12.62%
B=56.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95391750.460.7800.31264.7163.5541.96
Hex5F27AF2E4E01F109402a
Octal137472575611603741110052
Binary10111111001111010111110111010011100111111000010011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f27af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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