#751165

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

Shades of Palatinate Purple #751165

Tints of Palatinate Purple #751165

Color information

#751165 (or 0x751165) is unknown color: approx Palatinate Purple. HEX triplet: 75, 11 and 65. RGB value is (117,17,101). Sum of RGB (Red+Green+Blue) = 117+17+101=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #751165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751165 is #8AEE9A. Grayscale: #383838. Windows color (decimal): -9105051 or 6623605. OLE color: 6623605.

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

Color convert

RGB11717101-
CMYK00.850.140.54
HSL309.6º74.63%26.27%-
HSV(B)309.6º85.47%45.88%-
XYZ9.895.1212.78-
YUV56.48153.13171.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=49.79%
G=7.23%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171710100.850.140.54309.674.6326.27
Hex751165055E361364b1a
Octal165211450125166646611332
Binary1110101100011100101010101011110110110100110110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751165; }

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

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

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

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

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

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

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

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