#753066

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

Shades of Palatinate Purple #753066

Tints of Palatinate Purple #753066

Color information

#753066 (or 0x753066) is unknown color: approx Palatinate Purple. HEX triplet: 75, 30 and 66. RGB value is (117,48,102). Sum of RGB (Red+Green+Blue) = 117+48+102=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #753066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753066 is #8ACF99. Grayscale: #4A4A4A. Windows color (decimal): -9097114 or 6697077. OLE color: 6697077.

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

Color convert

RGB11748102-
CMYK00.590.130.54
HSL313.04º41.82%32.35%-
HSV(B)313.04º58.97%45.88%-
XYZ10.796.8613.32-
YUV74.79143.36158.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 102 (40.23% from 255) = 38.20%
R=43.82%
G=17.98%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174810200.590.130.54313.0441.8232.35
Hex75306603BD361392a20
Octal1656014607315664715240
Binary1110101110000110011001110111101110110100111001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753066; }

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

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

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

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

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

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

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

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