Html Css Color HEX #5938AE Purple Heart

📋 copy color: '#5938AE'

red 89 ◦ green 56 ◦ blue 174

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

Shades of Purple Heart #5938AE

Tints of Purple Heart #5938AE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

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

R = 27.9%
G = 17.55%
B = 54.55%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5938AE (or 0x5938AE) is known color: Purple Heart. HEX triplet: 59, 38 and AE. RGB value is (89,56,174). Sum of RGB (Red+Green+Blue) = 89+56+174=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #5938AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5938AE is #A6C751. Grayscale: #4E4E4E. Windows color (decimal): -10930002 or 11417689. OLE color: 11417689.

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

Color convert

RGB 89 56 174 -
CMYK 0.49 0.68 0 0.32
HSL 256.78º 0.51% 0.45% -
HSV(B) 256.78º 0.68% 0.68% -
XYZ 13.17 8.01 40.9 -
YUV 79.32 181.43 134.91 -
System Red Green Blue C M Y K H S L
Decimal 89 56 174 0.49 0.68 0 0.32 256.78 0.51 0.45
Hex 59 38 AE 31 44 0 20 101 33 2D
Octal 131 70 256 61 104 0 40 401 63 55
Binary 1011001 111000 10101110 110001 1000100 0 100000 100000001 110011 101101

Color Harmonies of #5938AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5938AE

Black with #5938AE

Text Example


Text Example

White with #5938AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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