Html Css Color HEX #592FAA Purple Heart

📋 copy color: '#592FAA'

red 89 ◦ green 47 ◦ blue 170

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

Shades of Purple Heart #592FAA

Tints of Purple Heart #592FAA

RGB

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

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

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

R = 29.08%
G = 15.36%
B = 55.56%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#592FAA (or 0x592FAA) is known color: Purple Heart. HEX triplet: 59, 2F and AA. RGB value is (89,47,170). Sum of RGB (Red+Green+Blue) = 89+47+170=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #592FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592FAA is #A6D055. Grayscale: #494949. Windows color (decimal): -10932310 or 11153241. OLE color: 11153241.

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

Color convert

RGB 89 47 170 -
CMYK 0.48 0.72 0 0.33
HSL 260.49º 0.57% 0.43% -
HSV(B) 260.49º 0.72% 0.67% -
XYZ 12.39 7.06 38.74 -
YUV 73.58 182.41 139 -
System Red Green Blue C M Y K H S L
Decimal 89 47 170 0.48 0.72 0 0.33 260.49 0.57 0.43
Hex 59 2F AA 30 48 0 21 104 39 2B
Octal 131 57 252 60 110 0 41 404 71 53
Binary 1011001 101111 10101010 110000 1001000 0 100001 100000100 111001 101011

Color Harmonies of #592FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592FAA

Black with #592FAA

Text Example


Text Example

White with #592FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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