Html Css Color HEX #592EAA Purple Heart

📋 copy color: '#592EAA'

red 89 ◦ green 46 ◦ blue 170

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

Shades of Purple Heart #592EAA

Tints of Purple Heart #592EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.74%

R = 29.18%
G = 15.08%
B = 55.74%

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

#592EAA (or 0x592EAA) is known color: Purple Heart. HEX triplet: 59, 2E and AA. RGB value is (89,46,170). Sum of RGB (Red+Green+Blue) = 89+46+170=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #592EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592EAA is #A6D155. Grayscale: #484848. Windows color (decimal): -10932566 or 11152985. OLE color: 11152985.

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

Color convert

RGB 89 46 170 -
CMYK 0.48 0.73 0 0.33
HSL 260.81º 0.57% 0.42% -
HSV(B) 260.81º 0.73% 0.67% -
XYZ 12.35 6.98 38.73 -
YUV 72.99 182.75 139.42 -
System Red Green Blue C M Y K H S L
Decimal 89 46 170 0.48 0.73 0 0.33 260.81 0.57 0.42
Hex 59 2E AA 30 49 0 21 105 39 2A
Octal 131 56 252 60 111 0 41 405 71 52
Binary 1011001 101110 10101010 110000 1001001 0 100001 100000101 111001 101010

Color Harmonies of #592EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592EAA

Black with #592EAA

Text Example


Text Example

White with #592EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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