#75185B

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

Shades of Palatinate Purple #75185B

Tints of Palatinate Purple #75185B

Color information

#75185B (or 0x75185B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 18 and 5B. RGB value is (117,24,91). Sum of RGB (Red+Green+Blue) = 117+24+91=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75185B is #8AE7A4. Grayscale: #3B3B3B. Windows color (decimal): -9103269 or 5970037. OLE color: 5970037.

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

Color convert

RGB1172491-
CMYK00.790.220.54
HSL316.77º65.96%27.65%-
HSV(B)316.77º79.49%45.88%-
XYZ9.555.1910.4-
YUV59.44145.81169.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=50.43%
G=10.34%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117249100.790.220.54316.7765.9627.65
Hex75185B04F163613d421c
Octal165301330117266647510234
Binary11101011100010110110100111110110110110100111101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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