Html Css Color HEX #783168 Palatinate Purple

📋 copy color: '#783168'

red 120 ◦ green 49 ◦ blue 104

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

Shades of Palatinate Purple #783168

Tints of Palatinate Purple #783168

RGB

 RED value IS 120 (47.27% from 255) = 43.96%

 GREEN value IS 49 (19.53% from 255) = 17.95%

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

R = 43.96%
G = 17.95%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#783168 (or 0x783168) is known color: Palatinate Purple. HEX triplet: 78, 31 and 68. RGB value is (120,49,104). Sum of RGB (Red+Green+Blue) = 120+49+104=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #783168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783168 is #87CE97. Grayscale: #4C4C4C. Windows color (decimal): -8900248 or 6828408. OLE color: 6828408.

HSL color Cylindrical-coordinate representation of color #783168: hue angle of 313.52º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #783168 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 49 104 -
CMYK 0 0.59 0.13 0.53
HSL 313.52º 0.42% 0.33% -
HSV(B) 313.52º 0.59% 0.47% -
XYZ 11.34 7.19 13.89 -
YUV 76.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 120 49 104 0 0.59 0.13 0.53 313.52 0.42 0.33
Hex 78 31 68 0 3B D 35 13A 2A 21
Octal 170 61 150 0 73 15 65 472 52 41
Binary 1111000 110001 1101000 0 111011 1101 110101 100111010 101010 100001

Color Harmonies of #783168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783168

Black with #783168

Text Example


Text Example

White with #783168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783168; }

 p { color: rgb(120,49,104); }

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

background-color css

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

 a { background-color: rgb(120,49,104); }

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

border-color css

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

 span { border-color: rgb(120,49,104); }

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