Html Css Color HEX #79276B Palatinate Purple

📋 copy color: '#79276B'

red 121 ◦ green 39 ◦ blue 107

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

Shades of Palatinate Purple #79276B

Tints of Palatinate Purple #79276B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.61%

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

R = 45.32%
G = 14.61%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79276B (or 0x79276B) is known color: Palatinate Purple. HEX triplet: 79, 27 and 6B. RGB value is (121,39,107). Sum of RGB (Red+Green+Blue) = 121+39+107=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #79276B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79276B is #86D894. Grayscale: #474747. Windows color (decimal): -8837269 or 7022457. OLE color: 7022457.

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

Color convert

RGB 121 39 107 -
CMYK 0 0.68 0.12 0.53
HSL 310.24º 0.51% 0.31% -
HSV(B) 310.24º 0.68% 0.47% -
XYZ 11.26 6.58 14.59 -
YUV 71.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 121 39 107 0 0.68 0.12 0.53 310.24 0.51 0.31
Hex 79 27 6B 0 44 C 35 136 33 1F
Octal 171 47 153 0 104 14 65 466 63 37
Binary 1111001 100111 1101011 0 1000100 1100 110101 100110110 110011 11111

Color Harmonies of #79276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79276B

Black with #79276B

Text Example


Text Example

White with #79276B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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