#75115B

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

Shades of Palatinate Purple #75115B

Tints of Palatinate Purple #75115B

Color information

#75115B (or 0x75115B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 11 and 5B. RGB value is (117,17,91). Sum of RGB (Red+Green+Blue) = 117+17+91=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75115B is #8AEEA4. Grayscale: #373737. Windows color (decimal): -9105061 or 5968245. OLE color: 5968245.

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

Color convert

RGB1171791-
CMYK00.850.220.54
HSL315.6º74.63%26.27%-
HSV(B)315.6º85.47%45.88%-
XYZ9.424.9410.35-
YUV55.34148.13171.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 17 (7.03% from 255) = 7.56%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=52%
G=7.56%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117179100.850.220.54315.674.6326.27
Hex75115B055163613c4b1a
Octal165211330125266647411332
Binary11101011000110110110101010110110110110100111100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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