Html Css Color HEX #793766 Palatinate Purple

📋 copy color: '#793766'

red 121 ◦ green 55 ◦ blue 102

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

Shades of Palatinate Purple #793766

Tints of Palatinate Purple #793766

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.78%

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

R = 43.53%
G = 19.78%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#793766 (or 0x793766) is known color: Palatinate Purple. HEX triplet: 79, 37 and 66. RGB value is (121,55,102). Sum of RGB (Red+Green+Blue) = 121+55+102=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #793766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793766 is #86C899. Grayscale: #4F4F4F. Windows color (decimal): -8833178 or 6698873. OLE color: 6698873.

HSL color Cylindrical-coordinate representation of color #793766: hue angle of 317.27º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #793766 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 55 102 -
CMYK 0 0.55 0.16 0.53
HSL 317.27º 0.38% 0.35% -
HSV(B) 317.27º 0.55% 0.47% -
XYZ 11.65 7.76 13.45 -
YUV 80.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 121 55 102 0 0.55 0.16 0.53 317.27 0.38 0.35
Hex 79 37 66 0 37 10 35 13D 26 23
Octal 171 67 146 0 67 20 65 475 46 43
Binary 1111001 110111 1100110 0 110111 10000 110101 100111101 100110 100011

Color Harmonies of #793766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793766

Black with #793766

Text Example


Text Example

White with #793766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793766; }

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

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

background-color css

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

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

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

border-color css

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

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

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