#5D27AE

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

Shades of Purple Heart #5D27AE

Tints of Purple Heart #5D27AE

Color information

#5D27AE (or 0x5D27AE) is unknown color: approx Purple Heart. HEX triplet: 5D, 27 and AE. RGB value is (93,39,174). Sum of RGB (Red+Green+Blue) = 93+39+174=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D27AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D27AE is #A2D851. Grayscale: #464646. Windows color (decimal): -10672210 or 11413341. OLE color: 11413341.

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

Color convert

RGB9339174-
CMYK0.470.7800.32
HSL264º63.38%41.76%-
HSV(B)264º77.59%68.24%-
XYZ12.886.8340.68-
YUV70.54186.39144.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.39%
GREEN value IS 39 (15.62% from 255) = 12.75%
BLUE value IS 174 (68.36% from 255) = 56.86%
R=30.39%
G=12.75%
B=56.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93391740.470.7800.3226463.3841.76
Hex5D27AE2F4E0201083f2a
Octal13547256571160404107752
Binary10111011001111010111010111110011100100000100001000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D27AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,39,174); }

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

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

 a { background-color: rgb(93,39,174); }

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

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

 span { border-color: rgb(93,39,174); }

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