#75175A

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

Shades of Palatinate Purple #75175A

Tints of Palatinate Purple #75175A

Color information

#75175A (or 0x75175A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 17 and 5A. RGB value is (117,23,90). Sum of RGB (Red+Green+Blue) = 117+23+90=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75175A is #8AE8A5. Grayscale: #3A3A3A. Windows color (decimal): -9103526 or 5904245. OLE color: 5904245.

HSL color Cylindrical-coordinate representation of color #75175A: hue angle of 317.23º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75175A is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1172390-
CMYK00.800.230.54
HSL317.23º67.14%27.45%-
HSV(B)317.23º80.34%45.88%-
XYZ9.495.1310.16-
YUV58.74145.64169.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 23 (9.38% from 255) = 10%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=50.87%
G=10%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117239000.800.230.54317.2367.1427.45
Hex75175A050173613d431b
Octal165271320120276647510333
Binary11101011011110110100101000010111110110100111101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75175A; }

 p { color: rgb(117,23,90); }

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

<style>
 a { background-color: #75175A; }

 a { background-color: rgb(117,23,90); }

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

<style>
 span { border-color: #75175A; }

 span { border-color: rgb(117,23,90); }

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