#751061

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

Shades of Palatinate Purple #751061

Tints of Palatinate Purple #751061

Color information

#751061 (or 0x751061) is unknown color: approx Palatinate Purple. HEX triplet: 75, 10 and 61. RGB value is (117,16,97). Sum of RGB (Red+Green+Blue) = 117+16+97=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #751061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751061 is #8AEF9E. Grayscale: #373737. Windows color (decimal): -9105311 or 6361205. OLE color: 6361205.

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

Color convert

RGB1171697-
CMYK00.860.170.54
HSL311.88º75.94%26.08%-
HSV(B)311.88º86.32%45.88%-
XYZ9.685.0211.77-
YUV55.43151.46171.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 16 (6.64% from 255) = 6.96%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=50.87%
G=6.96%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117169700.860.170.54311.8875.9426.08
Hex75106105611361384c1a
Octal165201410126216647011432
Binary11101011000011000010101011010001110110100111000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751061; }

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

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

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

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

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

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

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

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