Html Css Color HEX #793469 Palatinate Purple

📋 copy color: '#793469'

red 121 ◦ green 52 ◦ blue 105

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

Shades of Palatinate Purple #793469

Tints of Palatinate Purple #793469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

 BLUE value IS 105 (41.41% from 255) = 37.77%

R = 43.53%
G = 18.71%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#793469 (or 0x793469) is known color: Palatinate Purple. HEX triplet: 79, 34 and 69. RGB value is (121,52,105). Sum of RGB (Red+Green+Blue) = 121+52+105=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #793469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793469 is #86CB96. Grayscale: #4E4E4E. Windows color (decimal): -8833943 or 6894713. OLE color: 6894713.

HSL color Cylindrical-coordinate representation of color #793469: hue angle of 313.91º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #793469 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 52 105 -
CMYK 0 0.57 0.13 0.53
HSL 313.91º 0.4% 0.34% -
HSV(B) 313.91º 0.57% 0.47% -
XYZ 11.66 7.54 14.21 -
YUV 78.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 121 52 105 0 0.57 0.13 0.53 313.91 0.4 0.34
Hex 79 34 69 0 39 D 35 13A 28 22
Octal 171 64 151 0 71 15 65 472 50 42
Binary 1111001 110100 1101001 0 111001 1101 110101 100111010 101000 100010

Color Harmonies of #793469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793469

Black with #793469

Text Example


Text Example

White with #793469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793469; }

 p { color: rgb(121,52,105); }

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

background-color css

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

 a { background-color: rgb(121,52,105); }

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

border-color css

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

 span { border-color: rgb(121,52,105); }

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