Html Css Color HEX #592EAD Purple Heart

📋 copy color: '#592EAD'

red 89 ◦ green 46 ◦ blue 173

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

Shades of Purple Heart #592EAD

Tints of Purple Heart #592EAD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.94%

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

R = 28.9%
G = 14.94%
B = 56.17%

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

#592EAD (or 0x592EAD) is known color: Purple Heart. HEX triplet: 59, 2E and AD. RGB value is (89,46,173). Sum of RGB (Red+Green+Blue) = 89+46+173=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #592EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592EAD is #A6D152. Grayscale: #484848. Windows color (decimal): -10932563 or 11349593. OLE color: 11349593.

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

Color convert

RGB 89 46 173 -
CMYK 0.49 0.73 0 0.32
HSL 260.31º 0.58% 0.43% -
HSV(B) 260.31º 0.73% 0.68% -
XYZ 12.64 7.09 40.24 -
YUV 73.34 184.25 139.17 -
System Red Green Blue C M Y K H S L
Decimal 89 46 173 0.49 0.73 0 0.32 260.31 0.58 0.43
Hex 59 2E AD 31 49 0 20 104 3A 2B
Octal 131 56 255 61 111 0 40 404 72 53
Binary 1011001 101110 10101101 110001 1001001 0 100000 100000100 111010 101011

Color Harmonies of #592EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592EAD

Black with #592EAD

Text Example


Text Example

White with #592EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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