Html Css Color HEX #791663 Palatinate Purple

📋 copy color: '#791663'

red 121 ◦ green 22 ◦ blue 99

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

Shades of Palatinate Purple #791663

Tints of Palatinate Purple #791663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.09%

 BLUE value IS 99 (39.06% from 255) = 40.91%

R = 50%
G = 9.09%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#791663 (or 0x791663) is known color: Palatinate Purple. HEX triplet: 79, 16 and 63. RGB value is (121,22,99). Sum of RGB (Red+Green+Blue) = 121+22+99=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #791663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791663 is #86E99C. Grayscale: #3C3C3C. Windows color (decimal): -8841629 or 6493817. OLE color: 6493817.

HSL color Cylindrical-coordinate representation of color #791663: hue angle of 313.33º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #791663 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 22 99 -
CMYK 0 0.82 0.18 0.53
HSL 313.33º 0.69% 0.28% -
HSV(B) 313.33º 0.82% 0.47% -
XYZ 10.42 5.54 12.32 -
YUV 60.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 121 22 99 0 0.82 0.18 0.53 313.33 0.69 0.28
Hex 79 16 63 0 52 12 35 139 45 1C
Octal 171 26 143 0 122 22 65 471 105 34
Binary 1111001 10110 1100011 0 1010010 10010 110101 100111001 1000101 11100

Color Harmonies of #791663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791663

Black with #791663

Text Example


Text Example

White with #791663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791663; }

 p { color: rgb(121,22,99); }

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

background-color css

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

 a { background-color: rgb(121,22,99); }

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

border-color css

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

 span { border-color: rgb(121,22,99); }

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