Html Css Color HEX #791359 Palatinate Purple

📋 copy color: '#791359'

red 121 ◦ green 19 ◦ blue 89

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

Shades of Palatinate Purple #791359

Tints of Palatinate Purple #791359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

 BLUE value IS 89 (35.16% from 255) = 38.86%

R = 52.84%
G = 8.3%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#791359 (or 0x791359) is known color: Palatinate Purple. HEX triplet: 79, 13 and 59. RGB value is (121,19,89). Sum of RGB (Red+Green+Blue) = 121+19+89=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #791359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791359 is #86ECA6. Grayscale: #393939. Windows color (decimal): -8842407 or 5837689. OLE color: 5837689.

HSL color Cylindrical-coordinate representation of color #791359: hue angle of 318.82º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791359 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 19 89 -
CMYK 0 0.84 0.26 0.53
HSL 318.82º 0.73% 0.27% -
HSV(B) 318.82º 0.84% 0.47% -
XYZ 9.92 5.25 9.94 -
YUV 57.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 121 19 89 0 0.84 0.26 0.53 318.82 0.73 0.27
Hex 79 13 59 0 54 1A 35 13F 49 1B
Octal 171 23 131 0 124 32 65 477 111 33
Binary 1111001 10011 1011001 0 1010100 11010 110101 100111111 1001001 11011

Color Harmonies of #791359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791359

Black with #791359

Text Example


Text Example

White with #791359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791359; }

 p { color: rgb(121,19,89); }

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

background-color css

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

 a { background-color: rgb(121,19,89); }

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

border-color css

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

 span { border-color: rgb(121,19,89); }

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