Html Css Color HEX #592BAC Purple Heart

📋 copy color: '#592BAC'

red 89 ◦ green 43 ◦ blue 172

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

Shades of Purple Heart #592BAC

Tints of Purple Heart #592BAC

RGB

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

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

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

R = 29.28%
G = 14.14%
B = 56.58%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#592BAC (or 0x592BAC) is known color: Purple Heart. HEX triplet: 59, 2B and AC. RGB value is (89,43,172). Sum of RGB (Red+Green+Blue) = 89+43+172=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #592BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592BAC is #A6D453. Grayscale: #464646. Windows color (decimal): -10933332 or 11283289. OLE color: 11283289.

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

Color convert

RGB 89 43 172 -
CMYK 0.48 0.75 0 0.33
HSL 261.4º 0.6% 0.42% -
HSV(B) 261.4º 0.75% 0.67% -
XYZ 12.43 6.83 39.69 -
YUV 71.46 184.74 140.51 -
System Red Green Blue C M Y K H S L
Decimal 89 43 172 0.48 0.75 0 0.33 261.4 0.6 0.42
Hex 59 2B AC 30 4B 0 21 105 3C 2A
Octal 131 53 254 60 113 0 41 405 74 52
Binary 1011001 101011 10101100 110000 1001011 0 100001 100000101 111100 101010

Color Harmonies of #592BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592BAC

Black with #592BAC

Text Example


Text Example

White with #592BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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