Html Css Color HEX #78296C Palatinate Purple

📋 copy color: '#78296C'

red 120 ◦ green 41 ◦ blue 108

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

Shades of Palatinate Purple #78296C

Tints of Palatinate Purple #78296C

RGB

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

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

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

R = 44.61%
G = 15.24%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78296C (or 0x78296C) is known color: Palatinate Purple. HEX triplet: 78, 29 and 6C. RGB value is (120,41,108). Sum of RGB (Red+Green+Blue) = 120+41+108=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #78296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78296C is #87D693. Grayscale: #484848. Windows color (decimal): -8902292 or 7088504. OLE color: 7088504.

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

Color convert

RGB 120 41 108 -
CMYK 0 0.66 0.10 0.53
HSL 309.11º 0.49% 0.32% -
HSV(B) 309.11º 0.66% 0.47% -
XYZ 11.25 6.66 14.88 -
YUV 72.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 120 41 108 0 0.66 0.10 0.53 309.11 0.49 0.32
Hex 78 29 6C 0 42 A 35 135 31 20
Octal 170 51 154 0 102 12 65 465 61 40
Binary 1111000 101001 1101100 0 1000010 1010 110101 100110101 110001 100000

Color Harmonies of #78296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78296C

Black with #78296C

Text Example


Text Example

White with #78296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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