#7B1D5D

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

Shades of Palatinate Purple #7B1D5D

Tints of Palatinate Purple #7B1D5D

Color information

#7B1D5D (or 0x7B1D5D) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 1D and 5D. RGB value is (123,29,93). Sum of RGB (Red+Green+Blue) = 123+29+93=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1D5D is #84E2A2. Grayscale: #404040. Windows color (decimal): -8708771 or 6102395. OLE color: 6102395.

HSL color Cylindrical-coordinate representation of color #7B1D5D: hue angle of 319.15º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B1D5D is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB1232993-
CMYK00.760.240.52
HSL319.15º61.84%29.8%-
HSV(B)319.15º76.42%48.24%-
XYZ10.585.8810.93-
YUV64.4144.14169.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.20%
GREEN value IS 29 (11.72% from 255) = 11.84%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=50.20%
G=11.84%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123299300.760.240.52319.1561.8429.8
Hex7B1D5D04C183413f3e1e
Octal17335135011430644777636
Binary1111011111011011101010011001100011010010011111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,29,93); }

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

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

 a { background-color: rgb(123,29,93); }

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

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

 span { border-color: rgb(123,29,93); }

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