Html Css Color HEX #793C68 Palatinate Purple

📋 copy color: '#793C68'

red 121 ◦ green 60 ◦ blue 104

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

Shades of Palatinate Purple #793C68

Tints of Palatinate Purple #793C68

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.05%

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

R = 42.46%
G = 21.05%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#793C68 (or 0x793C68) is known color: Palatinate Purple. HEX triplet: 79, 3C and 68. RGB value is (121,60,104). Sum of RGB (Red+Green+Blue) = 121+60+104=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #793C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793C68 is #86C397. Grayscale: #535353. Windows color (decimal): -8831896 or 6831225. OLE color: 6831225.

HSL color Cylindrical-coordinate representation of color #793C68: hue angle of 316.72º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #793C68 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 60 104 -
CMYK 0 0.50 0.14 0.53
HSL 316.72º 0.34% 0.35% -
HSV(B) 316.72º 0.5% 0.47% -
XYZ 12 8.3 14.07 -
YUV 83.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 121 60 104 0 0.50 0.14 0.53 316.72 0.34 0.35
Hex 79 3C 68 0 32 E 35 13D 22 23
Octal 171 74 150 0 62 16 65 475 42 43
Binary 1111001 111100 1101000 0 110010 1110 110101 100111101 100010 100011

Color Harmonies of #793C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793C68

Black with #793C68

Text Example


Text Example

White with #793C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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