Html Css Color HEX #79296B Palatinate Purple

📋 copy color: '#79296B'

red 121 ◦ green 41 ◦ blue 107

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

Shades of Palatinate Purple #79296B

Tints of Palatinate Purple #79296B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.24%

 BLUE value IS 107 (42.19% from 255) = 39.78%

R = 44.98%
G = 15.24%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79296B (or 0x79296B) is known color: Palatinate Purple. HEX triplet: 79, 29 and 6B. RGB value is (121,41,107). Sum of RGB (Red+Green+Blue) = 121+41+107=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #79296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79296B is #86D694. Grayscale: #484848. Windows color (decimal): -8836757 or 7022969. OLE color: 7022969.

HSL color Cylindrical-coordinate representation of color #79296B: hue angle of 310.5º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #79296B is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 41 107 -
CMYK 0 0.66 0.12 0.53
HSL 310.5º 0.49% 0.32% -
HSV(B) 310.5º 0.66% 0.47% -
XYZ 11.33 6.71 14.61 -
YUV 72.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 121 41 107 0 0.66 0.12 0.53 310.5 0.49 0.32
Hex 79 29 6B 0 42 C 35 136 31 20
Octal 171 51 153 0 102 14 65 466 61 40
Binary 1111001 101001 1101011 0 1000010 1100 110101 100110110 110001 100000

Color Harmonies of #79296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79296B

Black with #79296B

Text Example


Text Example

White with #79296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79296B; }

 p { color: rgb(121,41,107); }

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

background-color css

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

 a { background-color: rgb(121,41,107); }

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

border-color css

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

 span { border-color: rgb(121,41,107); }

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