Html Css Color HEX #792863 Palatinate Purple

📋 copy color: '#792863'

red 121 ◦ green 40 ◦ blue 99

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

Shades of Palatinate Purple #792863

Tints of Palatinate Purple #792863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.38%

 BLUE value IS 99 (39.06% from 255) = 38.08%

R = 46.54%
G = 15.38%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#792863 (or 0x792863) is known color: Palatinate Purple. HEX triplet: 79, 28 and 63. RGB value is (121,40,99). Sum of RGB (Red+Green+Blue) = 121+40+99=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #792863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792863 is #86D79C. Grayscale: #464646. Windows color (decimal): -8837021 or 6498425. OLE color: 6498425.

HSL color Cylindrical-coordinate representation of color #792863: hue angle of 316.3º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #792863 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 40 99 -
CMYK 0 0.67 0.18 0.53
HSL 316.3º 0.5% 0.32% -
HSV(B) 316.3º 0.67% 0.47% -
XYZ 10.9 6.48 12.48 -
YUV 70.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 121 40 99 0 0.67 0.18 0.53 316.3 0.5 0.32
Hex 79 28 63 0 43 12 35 13C 32 20
Octal 171 50 143 0 103 22 65 474 62 40
Binary 1111001 101000 1100011 0 1000011 10010 110101 100111100 110010 100000

Color Harmonies of #792863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792863

Black with #792863

Text Example


Text Example

White with #792863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792863; }

 p { color: rgb(121,40,99); }

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

background-color css

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

 a { background-color: rgb(121,40,99); }

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

border-color css

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

 span { border-color: rgb(121,40,99); }

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