#75186B

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

Shades of Palatinate Purple #75186B

Tints of Palatinate Purple #75186B

Color information

#75186B (or 0x75186B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 18 and 6B. RGB value is (117,24,107). Sum of RGB (Red+Green+Blue) = 117+24+107=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75186B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75186B is #8AE794. Grayscale: #3D3D3D. Windows color (decimal): -9103253 or 7018613. OLE color: 7018613.

HSL color Cylindrical-coordinate representation of color #75186B: hue angle of 306.45º 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 #75186B is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11724107-
CMYK00.790.090.54
HSL306.45º65.96%27.65%-
HSV(B)306.45º79.49%45.88%-
XYZ10.325.514.43-
YUV61.27153.81167.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 107 (42.19% from 255) = 43.15%
R=47.18%
G=9.68%
B=43.15%

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
Decimal1172410700.790.090.54306.4565.9627.65
Hex75186B04F936132421c
Octal165301530117116646210234
Binary1110101110001101011010011111001110110100110010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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