Html Css Color HEX #781761 Palatinate Purple

📋 copy color: '#781761'

red 120 ◦ green 23 ◦ blue 97

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

Shades of Palatinate Purple #781761

Tints of Palatinate Purple #781761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.58%

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

R = 50%
G = 9.58%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#781761 (or 0x781761) is known color: Palatinate Purple. HEX triplet: 78, 17 and 61. RGB value is (120,23,97). Sum of RGB (Red+Green+Blue) = 120+23+97=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #781761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781761 is #87E89E. Grayscale: #3C3C3C. Windows color (decimal): -8906911 or 6363000. OLE color: 6363000.

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

Color convert

RGB 120 23 97 -
CMYK 0 0.81 0.19 0.53
HSL 314.23º 0.68% 0.28% -
HSV(B) 314.23º 0.81% 0.47% -
XYZ 10.21 5.47 11.83 -
YUV 60.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 120 23 97 0 0.81 0.19 0.53 314.23 0.68 0.28
Hex 78 17 61 0 51 13 35 13A 44 1C
Octal 170 27 141 0 121 23 65 472 104 34
Binary 1111000 10111 1100001 0 1010001 10011 110101 100111010 1000100 11100

Color Harmonies of #781761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781761

Black with #781761

Text Example


Text Example

White with #781761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781761; }

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

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

background-color css

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

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

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

border-color css

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

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

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