#7D3B6B

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

Shades of Palatinate Purple #7D3B6B

Tints of Palatinate Purple #7D3B6B

Color information

#7D3B6B (or 0x7D3B6B) is unknown color: approx Palatinate Purple. HEX triplet: 7D, 3B and 6B. RGB value is (125,59,107). Sum of RGB (Red+Green+Blue) = 125+59+107=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3B6B is #82C494. Grayscale: #545454. Windows color (decimal): -8570005 or 7027581. OLE color: 7027581.

HSL color Cylindrical-coordinate representation of color #7D3B6B: hue angle of 316.36º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D3B6B is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB12559107-
CMYK00.530.140.51
HSL316.36º35.87%36.08%-
HSV(B)316.36º52.8%49.02%-
XYZ12.688.5514.89-
YUV84.21140.87157.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.96%
GREEN value IS 59 (23.44% from 255) = 20.27%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=42.96%
G=20.27%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1255910700.530.140.51316.3635.8736.08
Hex7D3B6B035E3313c2424
Octal1757315306516634744444
Binary1111101111011110101101101011110110011100111100100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,59,107); }

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

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

 a { background-color: rgb(125,59,107); }

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

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

 span { border-color: rgb(125,59,107); }

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