#751661

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

Shades of Palatinate Purple #751661

Tints of Palatinate Purple #751661

Color information

#751661 (or 0x751661) is unknown color: approx Palatinate Purple. HEX triplet: 75, 16 and 61. RGB value is (117,22,97). Sum of RGB (Red+Green+Blue) = 117+22+97=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #751661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751661 is #8AE99E. Grayscale: #3A3A3A. Windows color (decimal): -9103775 or 6362741. OLE color: 6362741.

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

Color convert

RGB1172297-
CMYK00.810.170.54
HSL312.63º68.35%27.25%-
HSV(B)312.63º81.2%45.88%-
XYZ9.785.2211.8-
YUV58.96149.47169.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=49.58%
G=9.32%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117229700.810.170.54312.6368.3527.25
Hex7516610511136139441b
Octal165261410121216647110433
Binary11101011011011000010101000110001110110100111001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751661; }

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

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

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

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

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

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

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

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