#761667

Color #761667 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #761667

Tints of Palatinate Purple #761667

Color information

#761667 (or 0x761667) is unknown color: approx Palatinate Purple. HEX triplet: 76, 16 and 67. RGB value is (118,22,103). Sum of RGB (Red+Green+Blue) = 118+22+103=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #761667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761667 is #89E998. Grayscale: #3B3B3B. Windows color (decimal): -9038233 or 6755958. OLE color: 6755958.

HSL color Cylindrical-coordinate representation of color #761667: hue angle of 309.38º 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 #761667 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB11822103-
CMYK00.810.130.54
HSL309.38º68.57%27.45%-
HSV(B)309.38º81.36%46.27%-
XYZ10.215.413.34-
YUV59.94152.3169.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 103 (40.62% from 255) = 42.39%
R=48.56%
G=9.05%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182210300.810.130.54309.3868.5727.45
Hex761667051D36135451b
Octal166261470121156646510533
Binary1110110101101100111010100011101110110100110101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761667; }

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

 H1.HeaderClassName
 {
   color: #761667;
 }
 .AnyTagClassName
 {
   color: #761667;
 }
</style>
background-color css

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

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

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

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

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

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