Html Css Color HEX #592B54 Palatinate Purple

📋 copy color: '#592B54'

red 89 ◦ green 43 ◦ blue 84

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

Shades of Palatinate Purple #592B54

Tints of Palatinate Purple #592B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.89%

R = 41.2%
G = 19.91%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#592B54 (or 0x592B54) is known color: Palatinate Purple. HEX triplet: 59, 2B and 54. RGB value is (89,43,84). Sum of RGB (Red+Green+Blue) = 89+43+84=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 89 - color contains mainly: red. Hex color #592B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592B54 is #A6D4AB. Grayscale: #3D3D3D. Windows color (decimal): -10933420 or 5516121. OLE color: 5516121.

HSL color Cylindrical-coordinate representation of color #592B54: hue angle of 306.52º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #592B54 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 43 84 -
CMYK 0 0.52 0.06 0.65
HSL 306.52º 0.35% 0.26% -
HSV(B) 306.52º 0.52% 0.35% -
XYZ 6.58 4.49 8.91 -
YUV 61.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 89 43 84 0 0.52 0.06 0.65 306.52 0.35 0.26
Hex 59 2B 54 0 34 6 41 133 23 1A
Octal 131 53 124 0 64 6 101 463 43 32
Binary 1011001 101011 1010100 0 110100 110 1000001 100110011 100011 11010

Color Harmonies of #592B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592B54

Black with #592B54

Text Example


Text Example

White with #592B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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