#751666

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

Shades of Palatinate Purple #751666

Tints of Palatinate Purple #751666

Color information

#751666 (or 0x751666) is unknown color: approx Palatinate Purple. HEX triplet: 75, 16 and 66. RGB value is (117,22,102). Sum of RGB (Red+Green+Blue) = 117+22+102=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #751666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751666 is #8AE999. Grayscale: #3B3B3B. Windows color (decimal): -9103770 or 6690421. OLE color: 6690421.

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

Color convert

RGB11722102-
CMYK00.810.130.54
HSL309.47º68.35%27.25%-
HSV(B)309.47º81.2%45.88%-
XYZ10.025.3213.07-
YUV59.52151.97169-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 102 (40.23% from 255) = 42.32%
R=48.55%
G=9.13%
B=42.32%

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
Decimal1172210200.810.130.54309.4768.3527.25
Hex751666051D36135441b
Octal165261460121156646510433
Binary1110101101101100110010100011101110110100110101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751666; }

 p { color: rgb(117,22,102); }

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

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

 a { background-color: rgb(117,22,102); }

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

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

 span { border-color: rgb(117,22,102); }

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