Html Css Color HEX #781959 Palatinate Purple

📋 copy color: '#781959'

red 120 ◦ green 25 ◦ blue 89

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

Shades of Palatinate Purple #781959

Tints of Palatinate Purple #781959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.68%

 BLUE value IS 89 (35.16% from 255) = 38.03%

R = 51.28%
G = 10.68%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#781959 (or 0x781959) is known color: Palatinate Purple. HEX triplet: 78, 19 and 59. RGB value is (120,25,89). Sum of RGB (Red+Green+Blue) = 120+25+89=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #781959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781959 is #87E6A6. Grayscale: #3C3C3C. Windows color (decimal): -8906407 or 5839224. OLE color: 5839224.

HSL color Cylindrical-coordinate representation of color #781959: hue angle of 319.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781959 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 25 89 -
CMYK 0 0.79 0.26 0.53
HSL 319.58º 0.66% 0.28% -
HSV(B) 319.58º 0.79% 0.47% -
XYZ 9.9 5.41 9.97 -
YUV 60.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 120 25 89 0 0.79 0.26 0.53 319.58 0.66 0.28
Hex 78 19 59 0 4F 1A 35 140 42 1C
Octal 170 31 131 0 117 32 65 500 102 34
Binary 1111000 11001 1011001 0 1001111 11010 110101 101000000 1000010 11100

Color Harmonies of #781959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781959

Black with #781959

Text Example


Text Example

White with #781959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781959; }

 p { color: rgb(120,25,89); }

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

background-color css

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

 a { background-color: rgb(120,25,89); }

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

border-color css

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

 span { border-color: rgb(120,25,89); }

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