#5D35AE

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

Shades of Purple Heart #5D35AE

Tints of Purple Heart #5D35AE

Color information

#5D35AE (or 0x5D35AE) is unknown color: approx Purple Heart. HEX triplet: 5D, 35 and AE. RGB value is (93,53,174). Sum of RGB (Red+Green+Blue) = 93+53+174=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D35AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D35AE is #A2CA51. Grayscale: #4E4E4E. Windows color (decimal): -10668626 or 11416925. OLE color: 11416925.

HSL color Cylindrical-coordinate representation of color #5D35AE: hue angle of 259.83º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D35AE is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9353174-
CMYK0.470.7000.32
HSL259.83º53.3%44.51%-
HSV(B)259.83º69.54%68.24%-
XYZ13.437.9340.87-
YUV78.75181.75138.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.06%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=29.06%
G=16.56%
B=54.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93531740.470.7000.32259.8353.344.51
Hex5D35AE2F46020104352d
Octal13565256571060404046555
Binary10111011101011010111010111110001100100000100000100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D35AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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