Html Css Color HEX #781E61 Palatinate Purple

📋 copy color: '#781E61'

red 120 ◦ green 30 ◦ blue 97

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

Shades of Palatinate Purple #781E61

Tints of Palatinate Purple #781E61

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.15%

 BLUE value IS 97 (38.28% from 255) = 39.27%

R = 48.58%
G = 12.15%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#781E61 (or 0x781E61) is known color: Palatinate Purple. HEX triplet: 78, 1E and 61. RGB value is (120,30,97). Sum of RGB (Red+Green+Blue) = 120+30+97=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #781E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E61 is #87E19E. Grayscale: #404040. Windows color (decimal): -8905119 or 6364792. OLE color: 6364792.

HSL color Cylindrical-coordinate representation of color #781E61: hue angle of 315.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E61 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 30 97 -
CMYK 0 0.75 0.19 0.53
HSL 315.33º 0.6% 0.29% -
HSV(B) 315.33º 0.75% 0.47% -
XYZ 10.37 5.78 11.88 -
YUV 64.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 120 30 97 0 0.75 0.19 0.53 315.33 0.6 0.29
Hex 78 1E 61 0 4B 13 35 13B 3C 1D
Octal 170 36 141 0 113 23 65 473 74 35
Binary 1111000 11110 1100001 0 1001011 10011 110101 100111011 111100 11101

Color Harmonies of #781E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E61

Black with #781E61

Text Example


Text Example

White with #781E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,30,97); }

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

background-color css

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

 a { background-color: rgb(120,30,97); }

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

border-color css

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

 span { border-color: rgb(120,30,97); }

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