Html Css Color HEX #78356D Palatinate Purple

📋 copy color: '#78356D'

red 120 ◦ green 53 ◦ blue 109

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

Shades of Palatinate Purple #78356D

Tints of Palatinate Purple #78356D

RGB

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

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

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

R = 42.55%
G = 18.79%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78356D (or 0x78356D) is known color: Palatinate Purple. HEX triplet: 78, 35 and 6D. RGB value is (120,53,109). Sum of RGB (Red+Green+Blue) = 120+53+109=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78356D is #87CA92. Grayscale: #4F4F4F. Windows color (decimal): -8899219 or 7157112. OLE color: 7157112.

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

Color convert

RGB 120 53 109 -
CMYK 0 0.56 0.09 0.53
HSL 309.85º 0.39% 0.34% -
HSV(B) 309.85º 0.56% 0.47% -
XYZ 11.78 7.64 15.32 -
YUV 79.42 144.7 156.95 -
System Red Green Blue C M Y K H S L
Decimal 120 53 109 0 0.56 0.09 0.53 309.85 0.39 0.34
Hex 78 35 6D 0 38 9 35 136 27 22
Octal 170 65 155 0 70 11 65 466 47 42
Binary 1111000 110101 1101101 0 111000 1001 110101 100110110 100111 100010

Color Harmonies of #78356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78356D

Black with #78356D

Text Example


Text Example

White with #78356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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