Html Css Color HEX #592BAE Purple Heart

📋 copy color: '#592BAE'

red 89 ◦ green 43 ◦ blue 174

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

Shades of Purple Heart #592BAE

Tints of Purple Heart #592BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.05%

 BLUE value IS 174 (68.36% from 255) = 56.86%

R = 29.08%
G = 14.05%
B = 56.86%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#592BAE (or 0x592BAE) is known color: Purple Heart. HEX triplet: 59, 2B and AE. RGB value is (89,43,174). Sum of RGB (Red+Green+Blue) = 89+43+174=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #592BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592BAE is #A6D451. Grayscale: #474747. Windows color (decimal): -10933330 or 11414361. OLE color: 11414361.

HSL color Cylindrical-coordinate representation of color #592BAE: hue angle of 261.07º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #592BAE is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 43 174 -
CMYK 0.49 0.75 0 0.32
HSL 261.07º 0.6% 0.43% -
HSV(B) 261.07º 0.75% 0.68% -
XYZ 12.62 6.91 40.71 -
YUV 71.69 185.74 140.35 -
System Red Green Blue C M Y K H S L
Decimal 89 43 174 0.49 0.75 0 0.32 261.07 0.6 0.43
Hex 59 2B AE 31 4B 0 20 105 3C 2B
Octal 131 53 256 61 113 0 40 405 74 53
Binary 1011001 101011 10101110 110001 1001011 0 100000 100000101 111100 101011

Color Harmonies of #592BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592BAE

Black with #592BAE

Text Example


Text Example

White with #592BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,43,174); }

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

background-color css

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

 a { background-color: rgb(89,43,174); }

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

border-color css

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

 span { border-color: rgb(89,43,174); }

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