#751366

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

Shades of Palatinate Purple #751366

Tints of Palatinate Purple #751366

Color information

#751366 (or 0x751366) is unknown color: approx Palatinate Purple. HEX triplet: 75, 13 and 66. RGB value is (117,19,102). Sum of RGB (Red+Green+Blue) = 117+19+102=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #751366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751366 is #8AEC99. Grayscale: #393939. Windows color (decimal): -9104538 or 6689653. OLE color: 6689653.

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

Color convert

RGB11719102-
CMYK00.840.130.54
HSL309.18º72.06%26.67%-
HSV(B)309.18º83.76%45.88%-
XYZ9.975.2113.05-
YUV57.76152.97170.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=49.16%
G=7.98%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171910200.840.130.54309.1872.0626.67
Hex751366054D36135481b
Octal165231460124156646511033
Binary1110101100111100110010101001101110110100110101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751366; }

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

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

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

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

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

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

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

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