#751D66

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

Shades of Palatinate Purple #751D66

Tints of Palatinate Purple #751D66

Color information

#751D66 (or 0x751D66) is unknown color: approx Palatinate Purple. HEX triplet: 75, 1D and 66. RGB value is (117,29,102). Sum of RGB (Red+Green+Blue) = 117+29+102=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #751D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D66 is #8AE299. Grayscale: #3F3F3F. Windows color (decimal): -9101978 or 6692213. OLE color: 6692213.

HSL color Cylindrical-coordinate representation of color #751D66: hue angle of 310.23º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D66 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB11729102-
CMYK00.750.130.54
HSL310.23º60.27%28.63%-
HSV(B)310.23º75.21%45.88%-
XYZ10.175.6213.12-
YUV63.63149.65166.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 29 (11.72% from 255) = 11.69%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=47.18%
G=11.69%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172910200.750.130.54310.2360.2728.63
Hex751D6604BD361363c1d
Octal16535146011315664667435
Binary111010111101110011001001011110111011010011011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751D66; }

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

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

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

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

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

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

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

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