#751161

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

Shades of Palatinate Purple #751161

Tints of Palatinate Purple #751161

Color information

#751161 (or 0x751161) is unknown color: approx Palatinate Purple. HEX triplet: 75, 11 and 61. RGB value is (117,17,97). Sum of RGB (Red+Green+Blue) = 117+17+97=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #751161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751161 is #8AEE9E. Grayscale: #373737. Windows color (decimal): -9105055 or 6361461. OLE color: 6361461.

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

Color convert

RGB1171797-
CMYK00.850.170.54
HSL312º74.63%26.27%-
HSV(B)312º85.47%45.88%-
XYZ9.695.0511.77-
YUV56.02151.13171.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 17 (7.03% from 255) = 7.36%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=50.65%
G=7.36%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117179700.850.170.5431274.6326.27
Hex75116105511361384b1a
Octal165211410125216647011332
Binary11101011000111000010101010110001110110100111000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751161; }

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

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

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

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

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

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

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

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