Html Css Color HEX #791261 Palatinate Purple

📋 copy color: '#791261'

red 121 ◦ green 18 ◦ blue 97

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

Shades of Palatinate Purple #791261

Tints of Palatinate Purple #791261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.1%

R = 51.27%
G = 7.63%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#791261 (or 0x791261) is known color: Palatinate Purple. HEX triplet: 79, 12 and 61. RGB value is (121,18,97). Sum of RGB (Red+Green+Blue) = 121+18+97=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #791261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791261 is #86ED9E. Grayscale: #393939. Windows color (decimal): -8842655 or 6361721. OLE color: 6361721.

HSL color Cylindrical-coordinate representation of color #791261: hue angle of 313.98º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #791261 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 18 97 -
CMYK 0 0.85 0.20 0.53
HSL 313.98º 0.74% 0.27% -
HSV(B) 313.98º 0.85% 0.47% -
XYZ 10.26 5.36 11.8 -
YUV 57.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 121 18 97 0 0.85 0.20 0.53 313.98 0.74 0.27
Hex 79 12 61 0 55 14 35 13A 4A 1B
Octal 171 22 141 0 125 24 65 472 112 33
Binary 1111001 10010 1100001 0 1010101 10100 110101 100111010 1001010 11011

Color Harmonies of #791261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791261

Black with #791261

Text Example


Text Example

White with #791261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791261; }

 p { color: rgb(121,18,97); }

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

background-color css

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

 a { background-color: rgb(121,18,97); }

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

border-color css

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

 span { border-color: rgb(121,18,97); }

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