Html Css Color HEX #793A68 Palatinate Purple

📋 copy color: '#793A68'

red 121 ◦ green 58 ◦ blue 104

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

Shades of Palatinate Purple #793A68

Tints of Palatinate Purple #793A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.49%

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

R = 42.76%
G = 20.49%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#793A68 (or 0x793A68) is known color: Palatinate Purple. HEX triplet: 79, 3A and 68. RGB value is (121,58,104). Sum of RGB (Red+Green+Blue) = 121+58+104=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 121 - color contains mainly: red. Hex color #793A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793A68 is #86C597. Grayscale: #515151. Windows color (decimal): -8832408 or 6830713. OLE color: 6830713.

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

Color convert

RGB 121 58 104 -
CMYK 0 0.52 0.14 0.53
HSL 316.19º 0.35% 0.35% -
HSV(B) 316.19º 0.52% 0.47% -
XYZ 11.9 8.09 14.03 -
YUV 82.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 121 58 104 0 0.52 0.14 0.53 316.19 0.35 0.35
Hex 79 3A 68 0 34 E 35 13C 23 23
Octal 171 72 150 0 64 16 65 474 43 43
Binary 1111001 111010 1101000 0 110100 1110 110101 100111100 100011 100011

Color Harmonies of #793A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793A68

Black with #793A68

Text Example


Text Example

White with #793A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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