#75115C

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

Shades of Palatinate Purple #75115C

Tints of Palatinate Purple #75115C

Color information

#75115C (or 0x75115C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 11 and 5C. RGB value is (117,17,92). Sum of RGB (Red+Green+Blue) = 117+17+92=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #75115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75115C is #8AEEA3. Grayscale: #373737. Windows color (decimal): -9105060 or 6033781. OLE color: 6033781.

HSL color Cylindrical-coordinate representation of color #75115C: hue angle of 315º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75115C is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1171792-
CMYK00.850.210.54
HSL315º74.63%26.27%-
HSV(B)315º85.47%45.88%-
XYZ9.474.9610.58-
YUV55.45148.63171.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.77%
GREEN value IS 17 (7.03% from 255) = 7.52%
BLUE value IS 92 (36.33% from 255) = 40.71%
R=51.77%
G=7.52%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117179200.850.210.5431574.6326.27
Hex75115C055153613b4b1a
Octal165211340125256647311332
Binary11101011000110111000101010110101110110100111011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75115C; }

 p { color: rgb(117,17,92); }

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

<style>
 a { background-color: #75115C; }

 a { background-color: rgb(117,17,92); }

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

<style>
 span { border-color: #75115C; }

 span { border-color: rgb(117,17,92); }

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