#75305E

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

Shades of Palatinate Purple #75305E

Tints of Palatinate Purple #75305E

Color information

#75305E (or 0x75305E) is unknown color: approx Palatinate Purple. HEX triplet: 75, 30 and 5E. RGB value is (117,48,94). Sum of RGB (Red+Green+Blue) = 117+48+94=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75305E is #8ACFA1. Grayscale: #494949. Windows color (decimal): -9097122 or 6172789. OLE color: 6172789.

HSL color Cylindrical-coordinate representation of color #75305E: hue angle of 320º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75305E is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1174894-
CMYK00.590.200.54
HSL320º41.82%32.35%-
HSV(B)320º58.97%45.88%-
XYZ10.416.711.33-
YUV73.88139.36158.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=45.17%
G=18.53%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117489400.590.200.5432041.8232.35
Hex75305E03B14361402a20
Octal1656013607324665005240
Binary11101011100001011110011101110100110110101000000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75305E; }

 p { color: rgb(117,48,94); }

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

<style>
 a { background-color: #75305E; }

 a { background-color: rgb(117,48,94); }

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

<style>
 span { border-color: #75305E; }

 span { border-color: rgb(117,48,94); }

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