Html Css Color HEX #79165A Palatinate Purple

📋 copy color: '#79165A'

red 121 ◦ green 22 ◦ blue 90

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

Shades of Palatinate Purple #79165A

Tints of Palatinate Purple #79165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.44%

 BLUE value IS 90 (35.55% from 255) = 38.63%

R = 51.93%
G = 9.44%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#79165A (or 0x79165A) is known color: Palatinate Purple. HEX triplet: 79, 16 and 5A. RGB value is (121,22,90). Sum of RGB (Red+Green+Blue) = 121+22+90=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #79165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79165A is #86E9A5. Grayscale: #3B3B3B. Windows color (decimal): -8841638 or 5903993. OLE color: 5903993.

HSL color Cylindrical-coordinate representation of color #79165A: hue angle of 318.79º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #79165A is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 22 90 -
CMYK 0 0.82 0.26 0.53
HSL 318.79º 0.69% 0.28% -
HSV(B) 318.79º 0.82% 0.47% -
XYZ 10.02 5.38 10.18 -
YUV 59.35 145.3 171.97 -
System Red Green Blue C M Y K H S L
Decimal 121 22 90 0 0.82 0.26 0.53 318.79 0.69 0.28
Hex 79 16 5A 0 52 1A 35 13F 45 1C
Octal 171 26 132 0 122 32 65 477 105 34
Binary 1111001 10110 1011010 0 1010010 11010 110101 100111111 1000101 11100

Color Harmonies of #79165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79165A

Black with #79165A

Text Example


Text Example

White with #79165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79165A; }

 p { color: rgb(121,22,90); }

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

background-color css

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

 a { background-color: rgb(121,22,90); }

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

border-color css

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

 span { border-color: rgb(121,22,90); }

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