#75176A

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

Shades of Palatinate Purple #75176A

Tints of Palatinate Purple #75176A

Color information

#75176A (or 0x75176A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 17 and 6A. RGB value is (117,23,106). Sum of RGB (Red+Green+Blue) = 117+23+106=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75176A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75176A is #8AE895. Grayscale: #3C3C3C. Windows color (decimal): -9103510 or 6952821. OLE color: 6952821.

HSL color Cylindrical-coordinate representation of color #75176A: hue angle of 307.02º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75176A is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11723106-
CMYK00.800.090.54
HSL307.02º67.14%27.45%-
HSV(B)307.02º80.34%45.88%-
XYZ10.245.4414.14-
YUV60.57153.64168.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 23 (9.38% from 255) = 9.35%
BLUE value IS 106 (41.80% from 255) = 43.09%
R=47.56%
G=9.35%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172310600.800.090.54307.0267.1427.45
Hex75176A050936133431b
Octal165271520120116646310333
Binary1110101101111101010010100001001110110100110011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75176A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75176A; }

 p { color: rgb(117,23,106); }

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

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

 a { background-color: rgb(117,23,106); }

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

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

 span { border-color: rgb(117,23,106); }

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