#7B1C5D

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

Shades of Palatinate Purple #7B1C5D

Tints of Palatinate Purple #7B1C5D

Color information

#7B1C5D (or 0x7B1C5D) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 1C and 5D. RGB value is (123,28,93). Sum of RGB (Red+Green+Blue) = 123+28+93=244 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.41% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1C5D is #84E3A2. Grayscale: #3F3F3F. Windows color (decimal): -8709027 or 6102139. OLE color: 6102139.

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

Color convert

RGB1232893-
CMYK00.770.240.52
HSL318.95º62.91%29.61%-
HSV(B)318.95º77.24%48.24%-
XYZ10.565.8310.93-
YUV63.82144.47170.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.41%
GREEN value IS 28 (11.33% from 255) = 11.48%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=50.41%
G=11.48%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123289300.770.240.52318.9562.9129.61
Hex7B1C5D04D183413f3f1e
Octal17334135011530644777736
Binary1111011111001011101010011011100011010010011111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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