#75185F

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

Shades of Palatinate Purple #75185F

Tints of Palatinate Purple #75185F

Color information

#75185F (or 0x75185F) is unknown color: approx Palatinate Purple. HEX triplet: 75, 18 and 5F. RGB value is (117,24,95). Sum of RGB (Red+Green+Blue) = 117+24+95=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #75185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75185F is #8AE7A0. Grayscale: #3B3B3B. Windows color (decimal): -9103265 or 6232181. OLE color: 6232181.

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

Color convert

RGB1172495-
CMYK00.790.190.54
HSL314.19º65.96%27.65%-
HSV(B)314.19º79.49%45.88%-
XYZ9.735.2611.33-
YUV59.9147.81168.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 24 (9.77% from 255) = 10.17%
BLUE value IS 95 (37.5% from 255) = 40.25%
R=49.58%
G=10.17%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117249500.790.190.54314.1965.9627.65
Hex75185F04F133613a421c
Octal165301370117236647210234
Binary11101011100010111110100111110011110110100111010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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