#7D3667

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

Shades of Palatinate Purple #7D3667

Tints of Palatinate Purple #7D3667

Color information

#7D3667 (or 0x7D3667) is unknown color: approx Palatinate Purple. HEX triplet: 7D, 36 and 67. RGB value is (125,54,103). Sum of RGB (Red+Green+Blue) = 125+54+103=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3667 is #82C998. Grayscale: #505050. Windows color (decimal): -8571289 or 6764157. OLE color: 6764157.

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

Color convert

RGB12554103-
CMYK00.570.180.51
HSL318.59º39.66%35.1%-
HSV(B)318.59º56.8%49.02%-
XYZ12.227.9813.73-
YUV80.82140.52159.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.33%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 103 (40.62% from 255) = 36.52%
R=44.33%
G=19.15%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1255410300.570.180.51318.5939.6635.1
Hex7D3667039123313f2823
Octal1756614707122634775043
Binary11111011101101100111011100110010110011100111111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,54,103); }

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

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

 a { background-color: rgb(125,54,103); }

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

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

 span { border-color: rgb(125,54,103); }

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