#751164

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

Shades of Palatinate Purple #751164

Tints of Palatinate Purple #751164

Color information

#751164 (or 0x751164) is unknown color: approx Palatinate Purple. HEX triplet: 75, 11 and 64. RGB value is (117,17,100). Sum of RGB (Red+Green+Blue) = 117+17+100=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #751164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751164 is #8AEE9B. Grayscale: #383838. Windows color (decimal): -9105052 or 6558069. OLE color: 6558069.

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

Color convert

RGB11717100-
CMYK00.850.150.54
HSL310.2º74.63%26.27%-
HSV(B)310.2º85.47%45.88%-
XYZ9.845.112.52-
YUV56.36152.63171.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 7.26%
BLUE value IS 100 (39.45% from 255) = 42.74%
R=50%
G=7.26%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171710000.850.150.54310.274.6326.27
Hex751164055F361364b1a
Octal165211440125176646611332
Binary1110101100011100100010101011111110110100110110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751164; }

 p { color: rgb(117,17,100); }

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

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

 a { background-color: rgb(117,17,100); }

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

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

 span { border-color: rgb(117,17,100); }

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