Html Css Color HEX #5935AE Purple Heart

📋 copy color: '#5935AE'

red 89 ◦ green 53 ◦ blue 174

#5935AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5935AE

Tints of Purple Heart #5935AE

RGB

 RED value IS 89 (35.16% from 255) = 28.16%

 GREEN value IS 53 (21.09% from 255) = 16.77%

 BLUE value IS 174 (68.36% from 255) = 55.06%

R = 28.16%
G = 16.77%
B = 55.06%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5935AE (or 0x5935AE) is known color: Purple Heart. HEX triplet: 59, 35 and AE. RGB value is (89,53,174). Sum of RGB (Red+Green+Blue) = 89+53+174=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #5935AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5935AE is #A6CA51. Grayscale: #4D4D4D. Windows color (decimal): -10930770 or 11416921. OLE color: 11416921.

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

Color convert

RGB 89 53 174 -
CMYK 0.49 0.70 0 0.32
HSL 257.85º 0.53% 0.45% -
HSV(B) 257.85º 0.7% 0.68% -
XYZ 13.03 7.73 40.85 -
YUV 77.56 182.43 136.16 -
System Red Green Blue C M Y K H S L
Decimal 89 53 174 0.49 0.70 0 0.32 257.85 0.53 0.45
Hex 59 35 AE 31 46 0 20 102 35 2D
Octal 131 65 256 61 106 0 40 402 65 55
Binary 1011001 110101 10101110 110001 1000110 0 100000 100000010 110101 101101

Color Harmonies of #5935AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5935AE

Black with #5935AE

Text Example


Text Example

White with #5935AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5935AE;
 }
 .AnyTagClassName
 {
   color: #5935AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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