Html Css Color HEX #793068 Palatinate Purple

📋 copy color: '#793068'

red 121 ◦ green 48 ◦ blue 104

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

Shades of Palatinate Purple #793068

Tints of Palatinate Purple #793068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

 BLUE value IS 104 (41.02% from 255) = 38.1%

R = 44.32%
G = 17.58%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#793068 (or 0x793068) is known color: Palatinate Purple. HEX triplet: 79, 30 and 68. RGB value is (121,48,104). Sum of RGB (Red+Green+Blue) = 121+48+104=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #793068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793068 is #86CF97. Grayscale: #4C4C4C. Windows color (decimal): -8834968 or 6828153. OLE color: 6828153.

HSL color Cylindrical-coordinate representation of color #793068: hue angle of 313.97º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #793068 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 48 104 -
CMYK 0 0.60 0.14 0.53
HSL 313.97º 0.43% 0.33% -
HSV(B) 313.97º 0.6% 0.47% -
XYZ 11.44 7.18 13.88 -
YUV 76.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 121 48 104 0 0.60 0.14 0.53 313.97 0.43 0.33
Hex 79 30 68 0 3C E 35 13A 2B 21
Octal 171 60 150 0 74 16 65 472 53 41
Binary 1111001 110000 1101000 0 111100 1110 110101 100111010 101011 100001

Color Harmonies of #793068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793068

Black with #793068

Text Example


Text Example

White with #793068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793068; }

 p { color: rgb(121,48,104); }

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

background-color css

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

 a { background-color: rgb(121,48,104); }

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

border-color css

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

 span { border-color: rgb(121,48,104); }

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