Html Css Color HEX #793765 Palatinate Purple

📋 copy color: '#793765'

red 121 ◦ green 55 ◦ blue 101

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

Shades of Palatinate Purple #793765

Tints of Palatinate Purple #793765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 43.68%
G = 19.86%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#793765 (or 0x793765) is known color: Palatinate Purple. HEX triplet: 79, 37 and 65. RGB value is (121,55,101). Sum of RGB (Red+Green+Blue) = 121+55+101=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #793765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793765 is #86C89A. Grayscale: #4F4F4F. Windows color (decimal): -8833179 or 6633337. OLE color: 6633337.

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

Color convert

RGB 121 55 101 -
CMYK 0 0.55 0.17 0.53
HSL 318.18º 0.38% 0.35% -
HSV(B) 318.18º 0.55% 0.47% -
XYZ 11.6 7.74 13.19 -
YUV 79.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 121 55 101 0 0.55 0.17 0.53 318.18 0.38 0.35
Hex 79 37 65 0 37 11 35 13E 26 23
Octal 171 67 145 0 67 21 65 476 46 43
Binary 1111001 110111 1100101 0 110111 10001 110101 100111110 100110 100011

Color Harmonies of #793765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793765

Black with #793765

Text Example


Text Example

White with #793765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793765; }

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

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

background-color css

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

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

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

border-color css

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

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

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