Html Css Color HEX #59125C Palatinate Purple

📋 copy color: '#59125C'

red 89 ◦ green 18 ◦ blue 92

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

Shades of Palatinate Purple #59125C

Tints of Palatinate Purple #59125C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.05%

 BLUE value IS 92 (36.33% from 255) = 46.23%

R = 44.72%
G = 9.05%
B = 46.23%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59125C (or 0x59125C) is known color: Palatinate Purple. HEX triplet: 59, 12 and 5C. RGB value is (89,18,92). Sum of RGB (Red+Green+Blue) = 89+18+92=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #59125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59125C is #A6EDA3. Grayscale: #2F2F2F. Windows color (decimal): -10939812 or 6034009. OLE color: 6034009.

HSL color Cylindrical-coordinate representation of color #59125C: hue angle of 297.57º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59125C is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 18 92 -
CMYK 0.03 0.80 0 0.64
HSL 297.57º 0.67% 0.22% -
HSV(B) 297.57º 0.8% 0.36% -
XYZ 6.27 3.33 10.44 -
YUV 47.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 89 18 92 0.03 0.80 0 0.64 297.57 0.67 0.22
Hex 59 12 5C 3 50 0 40 12A 43 16
Octal 131 22 134 3 120 0 100 452 103 26
Binary 1011001 10010 1011100 11 1010000 0 1000000 100101010 1000011 10110

Color Harmonies of #59125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59125C

Black with #59125C

Text Example


Text Example

White with #59125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59125C; }

 p { color: rgb(89,18,92); }

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

background-color css

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

 a { background-color: rgb(89,18,92); }

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

border-color css

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

 span { border-color: rgb(89,18,92); }

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