#75186A

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

Shades of Palatinate Purple #75186A

Tints of Palatinate Purple #75186A

Color information

#75186A (or 0x75186A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 18 and 6A. RGB value is (117,24,106). Sum of RGB (Red+Green+Blue) = 117+24+106=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75186A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75186A is #8AE795. Grayscale: #3C3C3C. Windows color (decimal): -9103254 or 6953077. OLE color: 6953077.

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

Color convert

RGB11724106-
CMYK00.790.090.54
HSL307.1º65.96%27.65%-
HSV(B)307.1º79.49%45.88%-
XYZ10.265.4814.15-
YUV61.16153.31167.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 106 (41.80% from 255) = 42.91%
R=47.37%
G=9.72%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172410600.790.090.54307.165.9627.65
Hex75186A04F936133421c
Octal165301520117116646310234
Binary1110101110001101010010011111001110110100110011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75186A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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