Html Css Color HEX #592FAD Purple Heart

📋 copy color: '#592FAD'

red 89 ◦ green 47 ◦ blue 173

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

Shades of Purple Heart #592FAD

Tints of Purple Heart #592FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.99%

R = 28.8%
G = 15.21%
B = 55.99%

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

#592FAD (or 0x592FAD) is known color: Purple Heart. HEX triplet: 59, 2F and AD. RGB value is (89,47,173). Sum of RGB (Red+Green+Blue) = 89+47+173=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #592FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592FAD is #A6D052. Grayscale: #494949. Windows color (decimal): -10932307 or 11349849. OLE color: 11349849.

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

Color convert

RGB 89 47 173 -
CMYK 0.49 0.73 0 0.32
HSL 260º 0.57% 0.43% -
HSV(B) 260º 0.73% 0.68% -
XYZ 12.68 7.17 40.25 -
YUV 73.92 183.91 138.75 -
System Red Green Blue C M Y K H S L
Decimal 89 47 173 0.49 0.73 0 0.32 260 0.57 0.43
Hex 59 2F AD 31 49 0 20 104 39 2B
Octal 131 57 255 61 111 0 40 404 71 53
Binary 1011001 101111 10101101 110001 1001001 0 100000 100000100 111001 101011

Color Harmonies of #592FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592FAD

Black with #592FAD

Text Example


Text Example

White with #592FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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