#751063

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

Shades of Palatinate Purple #751063

Tints of Palatinate Purple #751063

Color information

#751063 (or 0x751063) is unknown color: approx Palatinate Purple. HEX triplet: 75, 10 and 63. RGB value is (117,16,99). Sum of RGB (Red+Green+Blue) = 117+16+99=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #751063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751063 is #8AEF9C. Grayscale: #373737. Windows color (decimal): -9105309 or 6492277. OLE color: 6492277.

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

Color convert

RGB1171699-
CMYK00.860.150.54
HSL310.69º75.94%26.08%-
HSV(B)310.69º86.32%45.88%-
XYZ9.775.0512.26-
YUV55.66152.46171.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 16 (6.64% from 255) = 6.90%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=50.43%
G=6.90%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117169900.860.150.54310.6975.9426.08
Hex751063056F361374c1a
Octal165201430126176646711432
Binary1110101100001100011010101101111110110100110111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751063; }

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

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

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

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

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

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

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

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