#7D3465

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

Shades of Palatinate Purple #7D3465

Tints of Palatinate Purple #7D3465

Color information

#7D3465 (or 0x7D3465) is unknown color: approx Palatinate Purple. HEX triplet: 7D, 34 and 65. RGB value is (125,52,101). Sum of RGB (Red+Green+Blue) = 125+52+101=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3465 is #82CB9A. Grayscale: #4F4F4F. Windows color (decimal): -8571803 or 6632573. OLE color: 6632573.

HSL color Cylindrical-coordinate representation of color #7D3465: hue angle of 319.73º 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 #7D3465 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB12552101-
CMYK00.580.190.51
HSL319.73º41.24%34.71%-
HSV(B)319.73º58.4%49.02%-
XYZ12.037.7613.17-
YUV79.41140.18160.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.96%
GREEN value IS 52 (20.70% from 255) = 18.71%
BLUE value IS 101 (39.84% from 255) = 36.33%
R=44.96%
G=18.71%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1255210100.580.190.51319.7341.2434.71
Hex7D346503A13331402923
Octal1756414507223635005143
Binary11111011101001100101011101010011110011101000000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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