Html Css Color HEX #791959 Palatinate Purple

📋 copy color: '#791959'

red 121 ◦ green 25 ◦ blue 89

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

Shades of Palatinate Purple #791959

Tints of Palatinate Purple #791959

RGB

 RED value IS 121 (47.66% from 255) = 51.49%

 GREEN value IS 25 (10.16% from 255) = 10.64%

 BLUE value IS 89 (35.16% from 255) = 37.87%

R = 51.49%
G = 10.64%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#791959 (or 0x791959) is known color: Palatinate Purple. HEX triplet: 79, 19 and 59. RGB value is (121,25,89). Sum of RGB (Red+Green+Blue) = 121+25+89=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #791959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791959 is #86E6A6. Grayscale: #3C3C3C. Windows color (decimal): -8840871 or 5839225. OLE color: 5839225.

HSL color Cylindrical-coordinate representation of color #791959: hue angle of 320º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791959 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 25 89 -
CMYK 0 0.79 0.26 0.53
HSL 320º 0.66% 0.29% -
HSV(B) 320º 0.79% 0.47% -
XYZ 10.04 5.48 9.98 -
YUV 61 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 121 25 89 0 0.79 0.26 0.53 320 0.66 0.29
Hex 79 19 59 0 4F 1A 35 140 42 1D
Octal 171 31 131 0 117 32 65 500 102 35
Binary 1111001 11001 1011001 0 1001111 11010 110101 101000000 1000010 11101

Color Harmonies of #791959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791959

Black with #791959

Text Example


Text Example

White with #791959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791959; }

 p { color: rgb(121,25,89); }

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

background-color css

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

 a { background-color: rgb(121,25,89); }

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

border-color css

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

 span { border-color: rgb(121,25,89); }

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