Html Css Color HEX #781261 Palatinate Purple

📋 copy color: '#781261'

red 120 ◦ green 18 ◦ blue 97

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

Shades of Palatinate Purple #781261

Tints of Palatinate Purple #781261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

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

R = 51.06%
G = 7.66%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#781261 (or 0x781261) is known color: Palatinate Purple. HEX triplet: 78, 12 and 61. RGB value is (120,18,97). Sum of RGB (Red+Green+Blue) = 120+18+97=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #781261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781261 is #87ED9E. Grayscale: #393939. Windows color (decimal): -8908191 or 6361720. OLE color: 6361720.

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

Color convert

RGB 120 18 97 -
CMYK 0 0.85 0.19 0.53
HSL 313.53º 0.74% 0.27% -
HSV(B) 313.53º 0.85% 0.47% -
XYZ 10.12 5.29 11.8 -
YUV 57.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 120 18 97 0 0.85 0.19 0.53 313.53 0.74 0.27
Hex 78 12 61 0 55 13 35 13A 4A 1B
Octal 170 22 141 0 125 23 65 472 112 33
Binary 1111000 10010 1100001 0 1010101 10011 110101 100111010 1001010 11011

Color Harmonies of #781261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781261

Black with #781261

Text Example


Text Example

White with #781261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781261; }

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

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

background-color css

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

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

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

border-color css

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

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

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