Html Css Color HEX #783160 Palatinate Purple

📋 copy color: '#783160'

red 120 ◦ green 49 ◦ blue 96

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

Shades of Palatinate Purple #783160

Tints of Palatinate Purple #783160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.23%

R = 45.28%
G = 18.49%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#783160 (or 0x783160) is known color: Palatinate Purple. HEX triplet: 78, 31 and 60. RGB value is (120,49,96). Sum of RGB (Red+Green+Blue) = 120+49+96=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #783160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783160 is #87CE9F. Grayscale: #4B4B4B. Windows color (decimal): -8900256 or 6304120. OLE color: 6304120.

HSL color Cylindrical-coordinate representation of color #783160: hue angle of 320.28º 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 #783160 is Cyan = 0, Magento = 0.59, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 49 96 -
CMYK 0 0.59 0.2 0.53
HSL 320.28º 0.42% 0.33% -
HSV(B) 320.28º 0.59% 0.47% -
XYZ 10.96 7.03 11.85 -
YUV 75.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 120 49 96 0 0.59 0.2 0.53 320.28 0.42 0.33
Hex 78 31 60 0 3B 14 35 140 2A 21
Octal 170 61 140 0 73 24 65 500 52 41
Binary 1111000 110001 1100000 0 111011 10100 110101 101000000 101010 100001

Color Harmonies of #783160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783160

Black with #783160

Text Example


Text Example

White with #783160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783160; }

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

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

background-color css

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

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

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

border-color css

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

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

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