#7D3066

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

Shades of Palatinate Purple #7D3066

Tints of Palatinate Purple #7D3066

Color information

#7D3066 (or 0x7D3066) is unknown color: approx Palatinate Purple. HEX triplet: 7D, 30 and 66. RGB value is (125,48,102). Sum of RGB (Red+Green+Blue) = 125+48+102=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3066 is #82CF99. Grayscale: #4D4D4D. Windows color (decimal): -8572826 or 6697085. OLE color: 6697085.

HSL color Cylindrical-coordinate representation of color #7D3066: hue angle of 317.92º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D3066 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB12548102-
CMYK00.620.180.51
HSL317.92º44.51%33.92%-
HSV(B)317.92º61.6%49.02%-
XYZ11.917.4313.38-
YUV77.18142.01162.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.45%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 102 (40.23% from 255) = 37.09%
R=45.45%
G=17.45%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1254810200.620.180.51317.9244.5133.92
Hex7D306603E123313e2d22
Octal1756014607622634765542
Binary11111011100001100110011111010010110011100111110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D3066; }

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

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

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

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

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

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

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

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