Html Css Color HEX #792461 Palatinate Purple

📋 copy color: '#792461'

red 121 ◦ green 36 ◦ blue 97

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

Shades of Palatinate Purple #792461

Tints of Palatinate Purple #792461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 97 (38.28% from 255) = 38.19%

R = 47.64%
G = 14.17%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#792461 (or 0x792461) is known color: Palatinate Purple. HEX triplet: 79, 24 and 61. RGB value is (121,36,97). Sum of RGB (Red+Green+Blue) = 121+36+97=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #792461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792461 is #86DB9E. Grayscale: #444444. Windows color (decimal): -8838047 or 6366329. OLE color: 6366329.

HSL color Cylindrical-coordinate representation of color #792461: hue angle of 316.94º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #792461 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 36 97 -
CMYK 0 0.70 0.20 0.53
HSL 316.94º 0.54% 0.31% -
HSV(B) 316.94º 0.7% 0.47% -
XYZ 10.67 6.19 11.94 -
YUV 68.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 121 36 97 0 0.70 0.20 0.53 316.94 0.54 0.31
Hex 79 24 61 0 46 14 35 13D 36 1F
Octal 171 44 141 0 106 24 65 475 66 37
Binary 1111001 100100 1100001 0 1000110 10100 110101 100111101 110110 11111

Color Harmonies of #792461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792461

Black with #792461

Text Example


Text Example

White with #792461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792461; }

 p { color: rgb(121,36,97); }

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

background-color css

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

 a { background-color: rgb(121,36,97); }

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

border-color css

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

 span { border-color: rgb(121,36,97); }

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