#75316A

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

Shades of Palatinate Purple #75316A

Tints of Palatinate Purple #75316A

Color information

#75316A (or 0x75316A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 31 and 6A. RGB value is (117,49,106). Sum of RGB (Red+Green+Blue) = 117+49+106=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #75316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75316A is #8ACE95. Grayscale: #4B4B4B. Windows color (decimal): -9096854 or 6959477. OLE color: 6959477.

HSL color Cylindrical-coordinate representation of color #75316A: hue angle of 309.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75316A is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11749106-
CMYK00.580.090.54
HSL309.71º40.96%32.55%-
HSV(B)309.71º58.12%45.88%-
XYZ11.047.0214.41-
YUV75.83145.03157.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 49 (19.53% from 255) = 18.01%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=43.01%
G=18.01%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174910600.580.090.54309.7140.9632.55
Hex75316A03A9361362921
Octal1656115207211664665141
Binary1110101110001110101001110101001110110100110110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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