Html Css Color HEX #761061 Palatinate Purple

📋 copy color: '#761061'

red 118 ◦ green 16 ◦ blue 97

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

Shades of Palatinate Purple #761061

Tints of Palatinate Purple #761061

RGB

 RED value IS 118 (46.48% from 255) = 51.08%

 GREEN value IS 16 (6.64% from 255) = 6.93%

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

R = 51.08%
G = 6.93%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#761061 (or 0x761061) is known color: Palatinate Purple. HEX triplet: 76, 10 and 61. RGB value is (118,16,97). Sum of RGB (Red+Green+Blue) = 118+16+97=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #761061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761061 is #89EF9E. Grayscale: #373737. Windows color (decimal): -9039775 or 6361206. OLE color: 6361206.

HSL color Cylindrical-coordinate representation of color #761061: hue angle of 312.35º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761061 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 16 97 -
CMYK 0 0.86 0.18 0.54
HSL 312.35º 0.76% 0.26% -
HSV(B) 312.35º 0.86% 0.46% -
XYZ 9.81 5.09 11.77 -
YUV 55.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 118 16 97 0 0.86 0.18 0.54 312.35 0.76 0.26
Hex 76 10 61 0 56 12 36 138 4C 1A
Octal 166 20 141 0 126 22 66 470 114 32
Binary 1110110 10000 1100001 0 1010110 10010 110110 100111000 1001100 11010

Color Harmonies of #761061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761061

Black with #761061

Text Example


Text Example

White with #761061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761061; }

 p { color: rgb(118,16,97); }

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

background-color css

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

 a { background-color: rgb(118,16,97); }

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

border-color css

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

 span { border-color: rgb(118,16,97); }

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