Html Css Color HEX #791A66 Palatinate Purple

📋 copy color: '#791A66'

red 121 ◦ green 26 ◦ blue 102

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

Shades of Palatinate Purple #791A66

Tints of Palatinate Purple #791A66

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.44%

 BLUE value IS 102 (40.23% from 255) = 40.96%

R = 48.59%
G = 10.44%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#791A66 (or 0x791A66) is known color: Palatinate Purple. HEX triplet: 79, 1A and 66. RGB value is (121,26,102). Sum of RGB (Red+Green+Blue) = 121+26+102=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #791A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791A66 is #86E599. Grayscale: #3E3E3E. Windows color (decimal): -8840602 or 6691449. OLE color: 6691449.

HSL color Cylindrical-coordinate representation of color #791A66: hue angle of 312º degrees, saturation: 0.65, 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 #791A66 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 26 102 -
CMYK 0 0.79 0.16 0.53
HSL 312º 0.65% 0.29% -
HSV(B) 312º 0.79% 0.47% -
XYZ 10.65 5.76 13.12 -
YUV 63.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 121 26 102 0 0.79 0.16 0.53 312 0.65 0.29
Hex 79 1A 66 0 4F 10 35 138 41 1D
Octal 171 32 146 0 117 20 65 470 101 35
Binary 1111001 11010 1100110 0 1001111 10000 110101 100111000 1000001 11101

Color Harmonies of #791A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791A66

Black with #791A66

Text Example


Text Example

White with #791A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,26,102); }

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

background-color css

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

 a { background-color: rgb(121,26,102); }

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

border-color css

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

 span { border-color: rgb(121,26,102); }

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