Html Css Color HEX #592DAD Purple Heart

📋 copy color: '#592DAD'

red 89 ◦ green 45 ◦ blue 173

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

Shades of Purple Heart #592DAD

Tints of Purple Heart #592DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.35%

R = 28.99%
G = 14.66%
B = 56.35%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#592DAD (or 0x592DAD) is known color: Purple Heart. HEX triplet: 59, 2D and AD. RGB value is (89,45,173). Sum of RGB (Red+Green+Blue) = 89+45+173=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #592DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592DAD is #A6D252. Grayscale: #484848. Windows color (decimal): -10932819 or 11349337. OLE color: 11349337.

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

Color convert

RGB 89 45 173 -
CMYK 0.49 0.74 0 0.32
HSL 260.63º 0.59% 0.43% -
HSV(B) 260.63º 0.74% 0.68% -
XYZ 12.6 7.02 40.23 -
YUV 72.75 184.58 139.59 -
System Red Green Blue C M Y K H S L
Decimal 89 45 173 0.49 0.74 0 0.32 260.63 0.59 0.43
Hex 59 2D AD 31 4A 0 20 105 3B 2B
Octal 131 55 255 61 112 0 40 405 73 53
Binary 1011001 101101 10101101 110001 1001010 0 100000 100000101 111011 101011

Color Harmonies of #592DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592DAD

Black with #592DAD

Text Example


Text Example

White with #592DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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