Html Css Color HEX #59035D Palatinate Purple

📋 copy color: '#59035D'

red 89 ◦ green 3 ◦ blue 93

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

Shades of Palatinate Purple #59035D

Tints of Palatinate Purple #59035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.62%

 BLUE value IS 93 (36.72% from 255) = 50.27%

R = 48.11%
G = 1.62%
B = 50.27%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59035D (or 0x59035D) is known color: Palatinate Purple. HEX triplet: 59, 03 and 5D. RGB value is (89,3,93). Sum of RGB (Red+Green+Blue) = 89+3+93=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #59035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59035D is #A6FCA2. Grayscale: #262626. Windows color (decimal): -10943651 or 6095705. OLE color: 6095705.

HSL color Cylindrical-coordinate representation of color #59035D: hue angle of 297.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59035D is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 3 93 -
CMYK 0.04 0.97 0 0.64
HSL 297.33º 0.94% 0.19% -
HSV(B) 297.33º 0.97% 0.36% -
XYZ 6.13 2.98 10.61 -
YUV 38.97 158.49 163.68 -
System Red Green Blue C M Y K H S L
Decimal 89 3 93 0.04 0.97 0 0.64 297.33 0.94 0.19
Hex 59 3 5D 4 61 0 40 129 5E 13
Octal 131 3 135 4 141 0 100 451 136 23
Binary 1011001 11 1011101 100 1100001 0 1000000 100101001 1011110 10011

Color Harmonies of #59035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59035D

Black with #59035D

Text Example


Text Example

White with #59035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59035D; }

 p { color: rgb(89,3,93); }

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

background-color css

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

 a { background-color: rgb(89,3,93); }

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

border-color css

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

 span { border-color: rgb(89,3,93); }

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