Html Css Color HEX #78376B Palatinate Purple

📋 copy color: '#78376B'

red 120 ◦ green 55 ◦ blue 107

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

Shades of Palatinate Purple #78376B

Tints of Palatinate Purple #78376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.5%

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 42.55%
G = 19.5%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78376B (or 0x78376B) is known color: Palatinate Purple. HEX triplet: 78, 37 and 6B. RGB value is (120,55,107). Sum of RGB (Red+Green+Blue) = 120+55+107=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78376B is #87C894. Grayscale: #505050. Windows color (decimal): -8898709 or 7026552. OLE color: 7026552.

HSL color Cylindrical-coordinate representation of color #78376B: hue angle of 312º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78376B is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 55 107 -
CMYK 0 0.54 0.11 0.53
HSL 312º 0.37% 0.34% -
HSV(B) 312º 0.54% 0.47% -
XYZ 11.77 7.79 14.79 -
YUV 80.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 120 55 107 0 0.54 0.11 0.53 312 0.37 0.34
Hex 78 37 6B 0 36 B 35 138 25 22
Octal 170 67 153 0 66 13 65 470 45 42
Binary 1111000 110111 1101011 0 110110 1011 110101 100111000 100101 100010

Color Harmonies of #78376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78376B

Black with #78376B

Text Example


Text Example

White with #78376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78376B; }

 p { color: rgb(120,55,107); }

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

background-color css

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

 a { background-color: rgb(120,55,107); }

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

border-color css

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

 span { border-color: rgb(120,55,107); }

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