#5C27AD

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

Shades of Purple Heart #5C27AD

Tints of Purple Heart #5C27AD

Color information

#5C27AD (or 0x5C27AD) is unknown color: approx Purple Heart. HEX triplet: 5C, 27 and AD. RGB value is (92,39,173). Sum of RGB (Red+Green+Blue) = 92+39+173=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C27AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C27AD is #A3D852. Grayscale: #454545. Windows color (decimal): -10737747 or 11347804. OLE color: 11347804.

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

Color convert

RGB9239173-
CMYK0.470.7700.32
HSL263.73º63.21%41.57%-
HSV(B)263.73º77.46%67.84%-
XYZ12.686.7440.17-
YUV70.12186.06143.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.26%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 173 (67.97% from 255) = 56.91%
R=30.26%
G=12.83%
B=56.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92391730.470.7700.32263.7363.2141.57
Hex5C27AD2F4D0201083f2a
Octal13447255571150404107752
Binary10111001001111010110110111110011010100000100001000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C27AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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