Html Css Color HEX #78296A Palatinate Purple

📋 copy color: '#78296A'

red 120 ◦ green 41 ◦ blue 106

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

Shades of Palatinate Purple #78296A

Tints of Palatinate Purple #78296A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.36%

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

R = 44.94%
G = 15.36%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78296A (or 0x78296A) is known color: Palatinate Purple. HEX triplet: 78, 29 and 6A. RGB value is (120,41,106). Sum of RGB (Red+Green+Blue) = 120+41+106=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78296A is #87D695. Grayscale: #474747. Windows color (decimal): -8902294 or 6957432. OLE color: 6957432.

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

Color convert

RGB 120 41 106 -
CMYK 0 0.66 0.12 0.53
HSL 310.63º 0.49% 0.32% -
HSV(B) 310.63º 0.66% 0.47% -
XYZ 11.14 6.62 14.33 -
YUV 72.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 120 41 106 0 0.66 0.12 0.53 310.63 0.49 0.32
Hex 78 29 6A 0 42 C 35 137 31 20
Octal 170 51 152 0 102 14 65 467 61 40
Binary 1111000 101001 1101010 0 1000010 1100 110101 100110111 110001 100000

Color Harmonies of #78296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78296A

Black with #78296A

Text Example


Text Example

White with #78296A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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