Html Css Color HEX #78296D Palatinate Purple

📋 copy color: '#78296D'

red 120 ◦ green 41 ◦ blue 109

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

Shades of Palatinate Purple #78296D

Tints of Palatinate Purple #78296D

RGB

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

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

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

R = 44.44%
G = 15.19%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78296D (or 0x78296D) is known color: Palatinate Purple. HEX triplet: 78, 29 and 6D. RGB value is (120,41,109). Sum of RGB (Red+Green+Blue) = 120+41+109=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #78296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78296D is #87D692. Grayscale: #484848. Windows color (decimal): -8902291 or 7154040. OLE color: 7154040.

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

Color convert

RGB 120 41 109 -
CMYK 0 0.66 0.09 0.53
HSL 308.35º 0.49% 0.32% -
HSV(B) 308.35º 0.66% 0.47% -
XYZ 11.3 6.68 15.16 -
YUV 72.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 120 41 109 0 0.66 0.09 0.53 308.35 0.49 0.32
Hex 78 29 6D 0 42 9 35 134 31 20
Octal 170 51 155 0 102 11 65 464 61 40
Binary 1111000 101001 1101101 0 1000010 1001 110101 100110100 110001 100000

Color Harmonies of #78296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78296D

Black with #78296D

Text Example


Text Example

White with #78296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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