Html Css Color HEX #79155E Palatinate Purple

📋 copy color: '#79155E'

red 121 ◦ green 21 ◦ blue 94

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

Shades of Palatinate Purple #79155E

Tints of Palatinate Purple #79155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

 BLUE value IS 94 (37.11% from 255) = 39.83%

R = 51.27%
G = 8.9%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#79155E (or 0x79155E) is known color: Palatinate Purple. HEX triplet: 79, 15 and 5E. RGB value is (121,21,94). Sum of RGB (Red+Green+Blue) = 121+21+94=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #79155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79155E is #86EAA1. Grayscale: #3B3B3B. Windows color (decimal): -8841890 or 6165881. OLE color: 6165881.

HSL color Cylindrical-coordinate representation of color #79155E: hue angle of 316.2º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79155E is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 21 94 -
CMYK 0 0.83 0.22 0.53
HSL 316.2º 0.7% 0.28% -
HSV(B) 316.2º 0.83% 0.47% -
XYZ 10.17 5.41 11.1 -
YUV 59.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 121 21 94 0 0.83 0.22 0.53 316.2 0.7 0.28
Hex 79 15 5E 0 53 16 35 13C 46 1C
Octal 171 25 136 0 123 26 65 474 106 34
Binary 1111001 10101 1011110 0 1010011 10110 110101 100111100 1000110 11100

Color Harmonies of #79155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79155E

Black with #79155E

Text Example


Text Example

White with #79155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79155E; }

 p { color: rgb(121,21,94); }

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

background-color css

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

 a { background-color: rgb(121,21,94); }

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

border-color css

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

 span { border-color: rgb(121,21,94); }

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