Html Css Color HEX #791F61 Palatinate Purple

📋 copy color: '#791F61'

red 121 ◦ green 31 ◦ blue 97

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

Shades of Palatinate Purple #791F61

Tints of Palatinate Purple #791F61

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.45%

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

R = 48.59%
G = 12.45%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#791F61 (or 0x791F61) is known color: Palatinate Purple. HEX triplet: 79, 1F and 61. RGB value is (121,31,97). Sum of RGB (Red+Green+Blue) = 121+31+97=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #791F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791F61 is #86E09E. Grayscale: #414141. Windows color (decimal): -8839327 or 6365049. OLE color: 6365049.

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

Color convert

RGB 121 31 97 -
CMYK 0 0.74 0.20 0.53
HSL 316º 0.59% 0.3% -
HSV(B) 316º 0.74% 0.47% -
XYZ 10.53 5.91 11.89 -
YUV 65.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 121 31 97 0 0.74 0.20 0.53 316 0.59 0.3
Hex 79 1F 61 0 4A 14 35 13C 3B 1E
Octal 171 37 141 0 112 24 65 474 73 36
Binary 1111001 11111 1100001 0 1001010 10100 110101 100111100 111011 11110

Color Harmonies of #791F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791F61

Black with #791F61

Text Example


Text Example

White with #791F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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