#7D3466

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

Shades of Palatinate Purple #7D3466

Tints of Palatinate Purple #7D3466

Color information

#7D3466 (or 0x7D3466) is unknown color: approx Palatinate Purple. HEX triplet: 7D, 34 and 66. RGB value is (125,52,102). Sum of RGB (Red+Green+Blue) = 125+52+102=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3466 is #82CB99. Grayscale: #4F4F4F. Windows color (decimal): -8571802 or 6698109. OLE color: 6698109.

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

Color convert

RGB12552102-
CMYK00.580.180.51
HSL318.9º41.24%34.71%-
HSV(B)318.9º58.4%49.02%-
XYZ12.087.7813.43-
YUV79.53140.68160.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.80%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=44.80%
G=18.64%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1255210200.580.180.51318.941.2434.71
Hex7D346603A123313f2923
Octal1756414607222634775143
Binary11111011101001100110011101010010110011100111111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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