Html Css Color HEX #79275F Palatinate Purple

📋 copy color: '#79275F'

red 121 ◦ green 39 ◦ blue 95

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

Shades of Palatinate Purple #79275F

Tints of Palatinate Purple #79275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.25%

R = 47.45%
G = 15.29%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#79275F (or 0x79275F) is known color: Palatinate Purple. HEX triplet: 79, 27 and 5F. RGB value is (121,39,95). Sum of RGB (Red+Green+Blue) = 121+39+95=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #79275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79275F is #86D8A0. Grayscale: #454545. Windows color (decimal): -8837281 or 6236025. OLE color: 6236025.

HSL color Cylindrical-coordinate representation of color #79275F: hue angle of 319.02º 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 #79275F is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 39 95 -
CMYK 0 0.68 0.21 0.53
HSL 319.02º 0.51% 0.31% -
HSV(B) 319.02º 0.68% 0.47% -
XYZ 10.68 6.34 11.49 -
YUV 69.9 142.17 164.45 -
System Red Green Blue C M Y K H S L
Decimal 121 39 95 0 0.68 0.21 0.53 319.02 0.51 0.31
Hex 79 27 5F 0 44 15 35 13F 33 1F
Octal 171 47 137 0 104 25 65 477 63 37
Binary 1111001 100111 1011111 0 1000100 10101 110101 100111111 110011 11111

Color Harmonies of #79275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79275F

Black with #79275F

Text Example


Text Example

White with #79275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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