#5835AE

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

Shades of Purple Heart #5835AE

Tints of Purple Heart #5835AE

Color information

#5835AE (or 0x5835AE) is unknown color: approx Purple Heart. HEX triplet: 58, 35 and AE. RGB value is (88,53,174). Sum of RGB (Red+Green+Blue) = 88+53+174=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #5835AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5835AE is #A7CA51. Grayscale: #4C4C4C. Windows color (decimal): -10996306 or 11416920. OLE color: 11416920.

HSL color Cylindrical-coordinate representation of color #5835AE: hue angle of 257.36º 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 #5835AE is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8853174-
CMYK0.490.7000.32
HSL257.36º53.3%44.51%-
HSV(B)257.36º69.54%68.24%-
XYZ12.947.6840.84-
YUV77.26182.6135.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=27.94%
G=16.83%
B=55.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88531740.490.7000.32257.3653.344.51
Hex5835AE3146020101352d
Octal13065256611060404016555
Binary10110001101011010111011000110001100100000100000001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5835AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5835AE; }

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

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

<style>
 a { background-color: #5835AE; }

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

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

<style>
 span { border-color: #5835AE; }

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

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