Html Css Color HEX #592FAE Purple Heart

📋 copy color: '#592FAE'

red 89 ◦ green 47 ◦ blue 174

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

Shades of Purple Heart #592FAE

Tints of Purple Heart #592FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.16%

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

R = 28.71%
G = 15.16%
B = 56.13%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#592FAE (or 0x592FAE) is known color: Purple Heart. HEX triplet: 59, 2F and AE. RGB value is (89,47,174). Sum of RGB (Red+Green+Blue) = 89+47+174=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #592FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592FAE is #A6D051. Grayscale: #494949. Windows color (decimal): -10932306 or 11415385. OLE color: 11415385.

HSL color Cylindrical-coordinate representation of color #592FAE: hue angle of 259.84º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #592FAE is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 47 174 -
CMYK 0.49 0.73 0 0.32
HSL 259.84º 0.57% 0.43% -
HSV(B) 259.84º 0.73% 0.68% -
XYZ 12.78 7.21 40.76 -
YUV 74.04 184.41 138.67 -
System Red Green Blue C M Y K H S L
Decimal 89 47 174 0.49 0.73 0 0.32 259.84 0.57 0.43
Hex 59 2F AE 31 49 0 20 104 39 2B
Octal 131 57 256 61 111 0 40 404 71 53
Binary 1011001 101111 10101110 110001 1001001 0 100000 100000100 111001 101011

Color Harmonies of #592FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592FAE

Black with #592FAE

Text Example


Text Example

White with #592FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592FAE; }

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

 H1.HeaderClassName
 {
   color: #592FAE;
 }
 .AnyTagClassName
 {
   color: #592FAE;
 }
</style>

background-color css

<style>
 a { background-color: #592FAE; }

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

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

border-color css

<style>
 span { border-color: #592FAE; }

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

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