Html Css Color HEX #781361 Palatinate Purple

📋 copy color: '#781361'

red 120 ◦ green 19 ◦ blue 97

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

Shades of Palatinate Purple #781361

Tints of Palatinate Purple #781361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

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

R = 50.85%
G = 8.05%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#781361 (or 0x781361) is known color: Palatinate Purple. HEX triplet: 78, 13 and 61. RGB value is (120,19,97). Sum of RGB (Red+Green+Blue) = 120+19+97=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #781361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781361 is #87EC9E. Grayscale: #393939. Windows color (decimal): -8907935 or 6361976. OLE color: 6361976.

HSL color Cylindrical-coordinate representation of color #781361: hue angle of 313.66º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781361 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 19 97 -
CMYK 0 0.84 0.19 0.53
HSL 313.66º 0.73% 0.27% -
HSV(B) 313.66º 0.84% 0.47% -
XYZ 10.14 5.32 11.8 -
YUV 58.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 120 19 97 0 0.84 0.19 0.53 313.66 0.73 0.27
Hex 78 13 61 0 54 13 35 13A 49 1B
Octal 170 23 141 0 124 23 65 472 111 33
Binary 1111000 10011 1100001 0 1010100 10011 110101 100111010 1001001 11011

Color Harmonies of #781361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781361

Black with #781361

Text Example


Text Example

White with #781361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781361; }

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

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

background-color css

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

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

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

border-color css

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

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

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