Html Css Color HEX #781F59 Palatinate Purple

📋 copy color: '#781F59'

red 120 ◦ green 31 ◦ blue 89

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

Shades of Palatinate Purple #781F59

Tints of Palatinate Purple #781F59

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.92%

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

R = 50%
G = 12.92%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#781F59 (or 0x781F59) is known color: Palatinate Purple. HEX triplet: 78, 1F and 59. RGB value is (120,31,89). Sum of RGB (Red+Green+Blue) = 120+31+89=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #781F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781F59 is #87E0A6. Grayscale: #404040. Windows color (decimal): -8904871 or 5840760. OLE color: 5840760.

HSL color Cylindrical-coordinate representation of color #781F59: hue angle of 320.9º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F59 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 31 89 -
CMYK 0 0.74 0.26 0.53
HSL 320.9º 0.59% 0.3% -
HSV(B) 320.9º 0.74% 0.47% -
XYZ 10.04 5.69 10.02 -
YUV 64.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 120 31 89 0 0.74 0.26 0.53 320.9 0.59 0.3
Hex 78 1F 59 0 4A 1A 35 141 3B 1E
Octal 170 37 131 0 112 32 65 501 73 36
Binary 1111000 11111 1011001 0 1001010 11010 110101 101000001 111011 11110

Color Harmonies of #781F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F59

Black with #781F59

Text Example


Text Example

White with #781F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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