Html Css Color HEX #792362 Palatinate Purple

📋 copy color: '#792362'

red 121 ◦ green 35 ◦ blue 98

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

Shades of Palatinate Purple #792362

Tints of Palatinate Purple #792362

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.78%

 BLUE value IS 98 (38.67% from 255) = 38.58%

R = 47.64%
G = 13.78%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#792362 (or 0x792362) is known color: Palatinate Purple. HEX triplet: 79, 23 and 62. RGB value is (121,35,98). Sum of RGB (Red+Green+Blue) = 121+35+98=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #792362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792362 is #86DC9D. Grayscale: #434343. Windows color (decimal): -8838302 or 6431609. OLE color: 6431609.

HSL color Cylindrical-coordinate representation of color #792362: hue angle of 316.05º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #792362 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 35 98 -
CMYK 0 0.71 0.19 0.53
HSL 316.05º 0.55% 0.31% -
HSV(B) 316.05º 0.71% 0.47% -
XYZ 10.69 6.15 12.18 -
YUV 67.9 144.99 165.88 -
System Red Green Blue C M Y K H S L
Decimal 121 35 98 0 0.71 0.19 0.53 316.05 0.55 0.31
Hex 79 23 62 0 47 13 35 13C 37 1F
Octal 171 43 142 0 107 23 65 474 67 37
Binary 1111001 100011 1100010 0 1000111 10011 110101 100111100 110111 11111

Color Harmonies of #792362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792362

Black with #792362

Text Example


Text Example

White with #792362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792362; }

 p { color: rgb(121,35,98); }

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

background-color css

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

 a { background-color: rgb(121,35,98); }

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

border-color css

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

 span { border-color: rgb(121,35,98); }

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