Html Css Color HEX #592355 Palatinate Purple

📋 copy color: '#592355'

red 89 ◦ green 35 ◦ blue 85

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

Shades of Palatinate Purple #592355

Tints of Palatinate Purple #592355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.75%

 BLUE value IS 85 (33.59% from 255) = 40.67%

R = 42.58%
G = 16.75%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#592355 (or 0x592355) is known color: Palatinate Purple. HEX triplet: 59, 23 and 55. RGB value is (89,35,85). Sum of RGB (Red+Green+Blue) = 89+35+85=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #592355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592355 is #A6DCAA. Grayscale: #383838. Windows color (decimal): -10935467 or 5579609. OLE color: 5579609.

HSL color Cylindrical-coordinate representation of color #592355: hue angle of 304.44º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #592355 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 35 85 -
CMYK 0 0.61 0.04 0.65
HSL 304.44º 0.44% 0.24% -
HSV(B) 304.44º 0.61% 0.35% -
XYZ 6.36 3.98 9.03 -
YUV 56.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 89 35 85 0 0.61 0.04 0.65 304.44 0.44 0.24
Hex 59 23 55 0 3D 4 41 130 2C 18
Octal 131 43 125 0 75 4 101 460 54 30
Binary 1011001 100011 1010101 0 111101 100 1000001 100110000 101100 11000

Color Harmonies of #592355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592355

Black with #592355

Text Example


Text Example

White with #592355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592355; }

 p { color: rgb(89,35,85); }

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

background-color css

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

 a { background-color: rgb(89,35,85); }

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

border-color css

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

 span { border-color: rgb(89,35,85); }

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