Html Css Color HEX #780A61 Palatinate Purple

📋 copy color: '#780A61'

red 120 ◦ green 10 ◦ blue 97

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

Shades of Palatinate Purple #780A61

Tints of Palatinate Purple #780A61

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.41%

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

R = 52.86%
G = 4.41%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#780A61 (or 0x780A61) is known color: Palatinate Purple. HEX triplet: 78, 0A and 61. RGB value is (120,10,97). Sum of RGB (Red+Green+Blue) = 120+10+97=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #780A61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A61 is #87F59E. Grayscale: #343434. Windows color (decimal): -8910239 or 6359672. OLE color: 6359672.

HSL color Cylindrical-coordinate representation of color #780A61: hue angle of 312.55º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A61 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 10 97 -
CMYK 0 0.92 0.19 0.53
HSL 312.55º 0.85% 0.25% -
HSV(B) 312.55º 0.92% 0.47% -
XYZ 10.01 5.07 11.76 -
YUV 52.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 120 10 97 0 0.92 0.19 0.53 312.55 0.85 0.25
Hex 78 A 61 0 5C 13 35 139 55 19
Octal 170 12 141 0 134 23 65 471 125 31
Binary 1111000 1010 1100001 0 1011100 10011 110101 100111001 1010101 11001

Color Harmonies of #780A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780A61

Black with #780A61

Text Example


Text Example

White with #780A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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