Html Css Color HEX #78316D Palatinate Purple

📋 copy color: '#78316D'

red 120 ◦ green 49 ◦ blue 109

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

Shades of Palatinate Purple #78316D

Tints of Palatinate Purple #78316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 43.17%
G = 17.63%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78316D (or 0x78316D) is known color: Palatinate Purple. HEX triplet: 78, 31 and 6D. RGB value is (120,49,109). Sum of RGB (Red+Green+Blue) = 120+49+109=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #78316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78316D is #87CE92. Grayscale: #4C4C4C. Windows color (decimal): -8900243 or 7156088. OLE color: 7156088.

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

Color convert

RGB 120 49 109 -
CMYK 0 0.59 0.09 0.53
HSL 309.3º 0.42% 0.33% -
HSV(B) 309.3º 0.59% 0.47% -
XYZ 11.6 7.29 15.26 -
YUV 77.07 146.02 158.62 -
System Red Green Blue C M Y K H S L
Decimal 120 49 109 0 0.59 0.09 0.53 309.3 0.42 0.33
Hex 78 31 6D 0 3B 9 35 135 2A 21
Octal 170 61 155 0 73 11 65 465 52 41
Binary 1111000 110001 1101101 0 111011 1001 110101 100110101 101010 100001

Color Harmonies of #78316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78316D

Black with #78316D

Text Example


Text Example

White with #78316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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