Html Css Color HEX #592EAB Purple Heart

📋 copy color: '#592EAB'

red 89 ◦ green 46 ◦ blue 171

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

Shades of Purple Heart #592EAB

Tints of Purple Heart #592EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.88%

R = 29.08%
G = 15.03%
B = 55.88%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#592EAB (or 0x592EAB) is known color: Purple Heart. HEX triplet: 59, 2E and AB. RGB value is (89,46,171). Sum of RGB (Red+Green+Blue) = 89+46+171=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #592EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592EAB is #A6D154. Grayscale: #484848. Windows color (decimal): -10932565 or 11218521. OLE color: 11218521.

HSL color Cylindrical-coordinate representation of color #592EAB: hue angle of 260.64º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #592EAB is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 46 171 -
CMYK 0.48 0.73 0 0.33
HSL 260.64º 0.58% 0.43% -
HSV(B) 260.64º 0.73% 0.67% -
XYZ 12.45 7.02 39.23 -
YUV 73.11 183.25 139.34 -
System Red Green Blue C M Y K H S L
Decimal 89 46 171 0.48 0.73 0 0.33 260.64 0.58 0.43
Hex 59 2E AB 30 49 0 21 105 3A 2B
Octal 131 56 253 60 111 0 41 405 72 53
Binary 1011001 101110 10101011 110000 1001001 0 100001 100000101 111010 101011

Color Harmonies of #592EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592EAB

Black with #592EAB

Text Example


Text Example

White with #592EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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