Html Css Color HEX #761660 Palatinate Purple

📋 copy color: '#761660'

red 118 ◦ green 22 ◦ blue 96

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

Shades of Palatinate Purple #761660

Tints of Palatinate Purple #761660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.32%

 BLUE value IS 96 (37.89% from 255) = 40.68%

R = 50%
G = 9.32%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#761660 (or 0x761660) is known color: Palatinate Purple. HEX triplet: 76, 16 and 60. RGB value is (118,22,96). Sum of RGB (Red+Green+Blue) = 118+22+96=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #761660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761660 is #89E99F. Grayscale: #3A3A3A. Windows color (decimal): -9038240 or 6297206. OLE color: 6297206.

HSL color Cylindrical-coordinate representation of color #761660: hue angle of 313.75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761660 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 96 -
CMYK 0 0.81 0.19 0.54
HSL 313.75º 0.69% 0.27% -
HSV(B) 313.75º 0.81% 0.46% -
XYZ 9.87 5.27 11.56 -
YUV 59.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 118 22 96 0 0.81 0.19 0.54 313.75 0.69 0.27
Hex 76 16 60 0 51 13 36 13A 45 1B
Octal 166 26 140 0 121 23 66 472 105 33
Binary 1110110 10110 1100000 0 1010001 10011 110110 100111010 1000101 11011

Color Harmonies of #761660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761660

Black with #761660

Text Example


Text Example

White with #761660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761660; }

 p { color: rgb(118,22,96); }

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

background-color css

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

 a { background-color: rgb(118,22,96); }

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

border-color css

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

 span { border-color: rgb(118,22,96); }

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