Html Css Color HEX #5934AE Purple Heart

📋 copy color: '#5934AE'

red 89 ◦ green 52 ◦ blue 174

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

Shades of Purple Heart #5934AE

Tints of Purple Heart #5934AE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.51%

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

R = 28.25%
G = 16.51%
B = 55.24%

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

#5934AE (or 0x5934AE) is known color: Purple Heart. HEX triplet: 59, 34 and AE. RGB value is (89,52,174). Sum of RGB (Red+Green+Blue) = 89+52+174=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 52 (20.70% from 255 or 16.51% 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 #5934AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5934AE is #A6CB51. Grayscale: #4C4C4C. Windows color (decimal): -10931026 or 11416665. OLE color: 11416665.

HSL color Cylindrical-coordinate representation of color #5934AE: hue angle of 258.2º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5934AE is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 52 174 -
CMYK 0.49 0.70 0 0.32
HSL 258.2º 0.54% 0.44% -
HSV(B) 258.2º 0.7% 0.68% -
XYZ 12.99 7.64 40.83 -
YUV 76.97 182.76 136.58 -
System Red Green Blue C M Y K H S L
Decimal 89 52 174 0.49 0.70 0 0.32 258.2 0.54 0.44
Hex 59 34 AE 31 46 0 20 102 36 2C
Octal 131 64 256 61 106 0 40 402 66 54
Binary 1011001 110100 10101110 110001 1000110 0 100000 100000010 110110 101100

Color Harmonies of #5934AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5934AE

Black with #5934AE

Text Example


Text Example

White with #5934AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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