Html Css Color HEX #592BAB Purple Heart

📋 copy color: '#592BAB'

red 89 ◦ green 43 ◦ blue 171

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

Shades of Purple Heart #592BAB

Tints of Purple Heart #592BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.44%

R = 29.37%
G = 14.19%
B = 56.44%

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

#592BAB (or 0x592BAB) is known color: Purple Heart. HEX triplet: 59, 2B and AB. RGB value is (89,43,171). Sum of RGB (Red+Green+Blue) = 89+43+171=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #592BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592BAB is #A6D454. Grayscale: #464646. Windows color (decimal): -10933333 or 11217753. OLE color: 11217753.

HSL color Cylindrical-coordinate representation of color #592BAB: hue angle of 261.56º 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 #592BAB is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 43 171 -
CMYK 0.48 0.75 0 0.33
HSL 261.56º 0.6% 0.42% -
HSV(B) 261.56º 0.75% 0.67% -
XYZ 12.33 6.79 39.19 -
YUV 71.35 184.24 140.59 -
System Red Green Blue C M Y K H S L
Decimal 89 43 171 0.48 0.75 0 0.33 261.56 0.6 0.42
Hex 59 2B AB 30 4B 0 21 106 3C 2A
Octal 131 53 253 60 113 0 41 406 74 52
Binary 1011001 101011 10101011 110000 1001011 0 100001 100000110 111100 101010

Color Harmonies of #592BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592BAB

Black with #592BAB

Text Example


Text Example

White with #592BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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