Html Css Color HEX #793568 Palatinate Purple

📋 copy color: '#793568'

red 121 ◦ green 53 ◦ blue 104

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

Shades of Palatinate Purple #793568

Tints of Palatinate Purple #793568

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.06%

 BLUE value IS 104 (41.02% from 255) = 37.41%

R = 43.53%
G = 19.06%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#793568 (or 0x793568) is known color: Palatinate Purple. HEX triplet: 79, 35 and 68. RGB value is (121,53,104). Sum of RGB (Red+Green+Blue) = 121+53+104=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #793568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793568 is #86CA97. Grayscale: #4F4F4F. Windows color (decimal): -8833688 or 6829433. OLE color: 6829433.

HSL color Cylindrical-coordinate representation of color #793568: hue angle of 315º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #793568 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 53 104 -
CMYK 0 0.56 0.14 0.53
HSL 315º 0.39% 0.34% -
HSV(B) 315º 0.56% 0.47% -
XYZ 11.66 7.61 13.95 -
YUV 79.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 121 53 104 0 0.56 0.14 0.53 315 0.39 0.34
Hex 79 35 68 0 38 E 35 13B 27 22
Octal 171 65 150 0 70 16 65 473 47 42
Binary 1111001 110101 1101000 0 111000 1110 110101 100111011 100111 100010

Color Harmonies of #793568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793568

Black with #793568

Text Example


Text Example

White with #793568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793568; }

 p { color: rgb(121,53,104); }

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

background-color css

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

 a { background-color: rgb(121,53,104); }

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

border-color css

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

 span { border-color: rgb(121,53,104); }

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