Html Css Color HEX #592EAC Purple Heart

📋 copy color: '#592EAC'

red 89 ◦ green 46 ◦ blue 172

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

Shades of Purple Heart #592EAC

Tints of Purple Heart #592EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.98%

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

R = 28.99%
G = 14.98%
B = 56.03%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#592EAC (or 0x592EAC) is known color: Purple Heart. HEX triplet: 59, 2E and AC. RGB value is (89,46,172). Sum of RGB (Red+Green+Blue) = 89+46+172=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #592EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592EAC is #A6D153. Grayscale: #484848. Windows color (decimal): -10932564 or 11284057. OLE color: 11284057.

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

Color convert

RGB 89 46 172 -
CMYK 0.48 0.73 0 0.33
HSL 260.48º 0.58% 0.43% -
HSV(B) 260.48º 0.73% 0.67% -
XYZ 12.54 7.06 39.73 -
YUV 73.22 183.75 139.25 -
System Red Green Blue C M Y K H S L
Decimal 89 46 172 0.48 0.73 0 0.33 260.48 0.58 0.43
Hex 59 2E AC 30 49 0 21 104 3A 2B
Octal 131 56 254 60 111 0 41 404 72 53
Binary 1011001 101110 10101100 110000 1001001 0 100001 100000100 111010 101011

Color Harmonies of #592EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592EAC

Black with #592EAC

Text Example


Text Example

White with #592EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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