#75196B

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

Shades of Palatinate Purple #75196B

Tints of Palatinate Purple #75196B

Color information

#75196B (or 0x75196B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 19 and 6B. RGB value is (117,25,107). Sum of RGB (Red+Green+Blue) = 117+25+107=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #75196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75196B is #8AE694. Grayscale: #3D3D3D. Windows color (decimal): -9102997 or 7018869. OLE color: 7018869.

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

Color convert

RGB11725107-
CMYK00.790.090.54
HSL306.52º64.79%27.84%-
HSV(B)306.52º78.63%45.88%-
XYZ10.345.5414.43-
YUV61.86153.48167.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 25 (10.16% from 255) = 10.04%
BLUE value IS 107 (42.19% from 255) = 42.97%
R=46.99%
G=10.04%
B=42.97%

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
Decimal1172510700.790.090.54306.5264.7927.84
Hex75196B04F936133411c
Octal165311530117116646310134
Binary1110101110011101011010011111001110110100110011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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