#753061

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

Shades of Palatinate Purple #753061

Tints of Palatinate Purple #753061

Color information

#753061 (or 0x753061) is unknown color: approx Palatinate Purple. HEX triplet: 75, 30 and 61. RGB value is (117,48,97). Sum of RGB (Red+Green+Blue) = 117+48+97=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #753061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753061 is #8ACF9E. Grayscale: #4A4A4A. Windows color (decimal): -9097119 or 6369397. OLE color: 6369397.

HSL color Cylindrical-coordinate representation of color #753061: hue angle of 317.39º 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 #753061 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1174897-
CMYK00.590.170.54
HSL317.39º41.82%32.35%-
HSV(B)317.39º58.97%45.88%-
XYZ10.556.7612.06-
YUV74.22140.86158.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=44.66%
G=18.32%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117489700.590.170.54317.3941.8232.35
Hex75306103B113613d2a20
Octal1656014107321664755240
Binary11101011100001100001011101110001110110100111101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753061; }

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

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

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

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

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

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

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

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