Html Css Color HEX #78366C Palatinate Purple

📋 copy color: '#78366C'

red 120 ◦ green 54 ◦ blue 108

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

Shades of Palatinate Purple #78366C

Tints of Palatinate Purple #78366C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.15%

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 42.55%
G = 19.15%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78366C (or 0x78366C) is known color: Palatinate Purple. HEX triplet: 78, 36 and 6C. RGB value is (120,54,108). Sum of RGB (Red+Green+Blue) = 120+54+108=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78366C is #87C993. Grayscale: #4F4F4F. Windows color (decimal): -8898964 or 7091832. OLE color: 7091832.

HSL color Cylindrical-coordinate representation of color #78366C: hue angle of 310.91º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78366C is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 54 108 -
CMYK 0 0.55 0.10 0.53
HSL 310.91º 0.38% 0.34% -
HSV(B) 310.91º 0.55% 0.47% -
XYZ 11.77 7.71 15.06 -
YUV 79.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 120 54 108 0 0.55 0.10 0.53 310.91 0.38 0.34
Hex 78 36 6C 0 37 A 35 137 26 22
Octal 170 66 154 0 67 12 65 467 46 42
Binary 1111000 110110 1101100 0 110111 1010 110101 100110111 100110 100010

Color Harmonies of #78366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78366C

Black with #78366C

Text Example


Text Example

White with #78366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78366C; }

 p { color: rgb(120,54,108); }

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

background-color css

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

 a { background-color: rgb(120,54,108); }

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

border-color css

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

 span { border-color: rgb(120,54,108); }

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