#7B1D63

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

Shades of Palatinate Purple #7B1D63

Tints of Palatinate Purple #7B1D63

Color information

#7B1D63 (or 0x7B1D63) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 1D and 63. RGB value is (123,29,99). Sum of RGB (Red+Green+Blue) = 123+29+99=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1D63 is #84E29C. Grayscale: #404040. Windows color (decimal): -8708765 or 6495611. OLE color: 6495611.

HSL color Cylindrical-coordinate representation of color #7B1D63: hue angle of 315.32º 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 #7B1D63 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB1232999-
CMYK00.760.200.52
HSL315.32º61.84%29.8%-
HSV(B)315.32º76.42%48.24%-
XYZ10.865.9912.39-
YUV65.09147.14169.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.00%
GREEN value IS 29 (11.72% from 255) = 11.55%
BLUE value IS 99 (39.06% from 255) = 39.44%
R=49.00%
G=11.55%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123299900.760.200.52315.3261.8429.8
Hex7B1D6304C143413b3e1e
Octal17335143011424644737636
Binary1111011111011100011010011001010011010010011101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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