Html Css Color HEX #78326A Palatinate Purple

📋 copy color: '#78326A'

red 120 ◦ green 50 ◦ blue 106

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

Shades of Palatinate Purple #78326A

Tints of Palatinate Purple #78326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

 BLUE value IS 106 (41.8% from 255) = 38.41%

R = 43.48%
G = 18.12%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78326A (or 0x78326A) is known color: Palatinate Purple. HEX triplet: 78, 32 and 6A. RGB value is (120,50,106). Sum of RGB (Red+Green+Blue) = 120+50+106=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #78326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78326A is #87CD95. Grayscale: #4D4D4D. Windows color (decimal): -8899990 or 6959736. OLE color: 6959736.

HSL color Cylindrical-coordinate representation of color #78326A: hue angle of 312º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78326A is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 106 -
CMYK 0 0.58 0.12 0.53
HSL 312º 0.41% 0.33% -
HSV(B) 312º 0.58% 0.47% -
XYZ 11.49 7.31 14.44 -
YUV 77.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 120 50 106 0 0.58 0.12 0.53 312 0.41 0.33
Hex 78 32 6A 0 3A C 35 138 29 21
Octal 170 62 152 0 72 14 65 470 51 41
Binary 1111000 110010 1101010 0 111010 1100 110101 100111000 101001 100001

Color Harmonies of #78326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78326A

Black with #78326A

Text Example


Text Example

White with #78326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78326A; }

 p { color: rgb(120,50,106); }

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

background-color css

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

 a { background-color: rgb(120,50,106); }

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

border-color css

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

 span { border-color: rgb(120,50,106); }

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