Html Css Color HEX #793062 Palatinate Purple

📋 copy color: '#793062'

red 121 ◦ green 48 ◦ blue 98

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

Shades of Palatinate Purple #793062

Tints of Palatinate Purple #793062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.7%

R = 45.32%
G = 17.98%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#793062 (or 0x793062) is known color: Palatinate Purple. HEX triplet: 79, 30 and 62. RGB value is (121,48,98). Sum of RGB (Red+Green+Blue) = 121+48+98=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #793062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793062 is #86CF9D. Grayscale: #4B4B4B. Windows color (decimal): -8834974 or 6434937. OLE color: 6434937.

HSL color Cylindrical-coordinate representation of color #793062: hue angle of 318.9º 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 #793062 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 48 98 -
CMYK 0 0.60 0.19 0.53
HSL 318.9º 0.43% 0.33% -
HSV(B) 318.9º 0.6% 0.47% -
XYZ 11.15 7.06 12.33 -
YUV 75.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 121 48 98 0 0.60 0.19 0.53 318.9 0.43 0.33
Hex 79 30 62 0 3C 13 35 13F 2B 21
Octal 171 60 142 0 74 23 65 477 53 41
Binary 1111001 110000 1100010 0 111100 10011 110101 100111111 101011 100001

Color Harmonies of #793062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793062

Black with #793062

Text Example


Text Example

White with #793062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793062; }

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

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

background-color css

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

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

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

border-color css

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

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

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