Html Css Color HEX #592CAA Purple Heart

📋 copy color: '#592CAA'

red 89 ◦ green 44 ◦ blue 170

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

Shades of Purple Heart #592CAA

Tints of Purple Heart #592CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.52%

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

R = 29.37%
G = 14.52%
B = 56.11%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#592CAA (or 0x592CAA) is known color: Purple Heart. HEX triplet: 59, 2C and AA. RGB value is (89,44,170). Sum of RGB (Red+Green+Blue) = 89+44+170=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #592CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592CAA is #A6D355. Grayscale: #474747. Windows color (decimal): -10933078 or 11152473. OLE color: 11152473.

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

Color convert

RGB 89 44 170 -
CMYK 0.48 0.74 0 0.33
HSL 261.43º 0.59% 0.42% -
HSV(B) 261.43º 0.74% 0.67% -
XYZ 12.28 6.83 38.7 -
YUV 71.82 183.41 140.25 -
System Red Green Blue C M Y K H S L
Decimal 89 44 170 0.48 0.74 0 0.33 261.43 0.59 0.42
Hex 59 2C AA 30 4A 0 21 105 3B 2A
Octal 131 54 252 60 112 0 41 405 73 52
Binary 1011001 101100 10101010 110000 1001010 0 100001 100000101 111011 101010

Color Harmonies of #592CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592CAA

Black with #592CAA

Text Example


Text Example

White with #592CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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