#751566

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

Shades of Palatinate Purple #751566

Tints of Palatinate Purple #751566

Color information

#751566 (or 0x751566) is unknown color: approx Palatinate Purple. HEX triplet: 75, 15 and 66. RGB value is (117,21,102). Sum of RGB (Red+Green+Blue) = 117+21+102=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #751566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751566 is #8AEA99. Grayscale: #3A3A3A. Windows color (decimal): -9104026 or 6690165. OLE color: 6690165.

HSL color Cylindrical-coordinate representation of color #751566: hue angle of 309.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751566 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB11721102-
CMYK00.820.130.54
HSL309.38º69.57%27.06%-
HSV(B)309.38º82.05%45.88%-
XYZ105.2813.06-
YUV58.94152.3169.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.75%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 102 (40.23% from 255) = 42.5%
R=48.75%
G=8.75%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172110200.820.130.54309.3869.5727.06
Hex751566052D36135461b
Octal165251460122156646510633
Binary1110101101011100110010100101101110110100110101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751566; }

 p { color: rgb(117,21,102); }

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

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

 a { background-color: rgb(117,21,102); }

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

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

 span { border-color: rgb(117,21,102); }

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