Html Css Color HEX #592DAC Purple Heart

📋 copy color: '#592DAC'

red 89 ◦ green 45 ◦ blue 172

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

Shades of Purple Heart #592DAC

Tints of Purple Heart #592DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.71%

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 29.08%
G = 14.71%
B = 56.21%

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

#592DAC (or 0x592DAC) is known color: Purple Heart. HEX triplet: 59, 2D and AC. RGB value is (89,45,172). Sum of RGB (Red+Green+Blue) = 89+45+172=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #592DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592DAC is #A6D253. Grayscale: #484848. Windows color (decimal): -10932820 or 11283801. OLE color: 11283801.

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

Color convert

RGB 89 45 172 -
CMYK 0.48 0.74 0 0.33
HSL 260.79º 0.59% 0.43% -
HSV(B) 260.79º 0.74% 0.67% -
XYZ 12.5 6.98 39.72 -
YUV 72.63 184.08 139.67 -
System Red Green Blue C M Y K H S L
Decimal 89 45 172 0.48 0.74 0 0.33 260.79 0.59 0.43
Hex 59 2D AC 30 4A 0 21 105 3B 2B
Octal 131 55 254 60 112 0 41 405 73 53
Binary 1011001 101101 10101100 110000 1001010 0 100001 100000101 111011 101011

Color Harmonies of #592DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592DAC

Black with #592DAC

Text Example


Text Example

White with #592DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,45,172); }

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

background-color css

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

 a { background-color: rgb(89,45,172); }

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

border-color css

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

 span { border-color: rgb(89,45,172); }

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