#7B1D62

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

Shades of Palatinate Purple #7B1D62

Tints of Palatinate Purple #7B1D62

Color information

#7B1D62 (or 0x7B1D62) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 1D and 62. RGB value is (123,29,98). Sum of RGB (Red+Green+Blue) = 123+29+98=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1D62 is #84E29D. Grayscale: #404040. Windows color (decimal): -8708766 or 6430075. OLE color: 6430075.

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

Color convert

RGB1232998-
CMYK00.760.200.52
HSL315.96º61.84%29.8%-
HSV(B)315.96º76.42%48.24%-
XYZ10.815.9712.14-
YUV64.97146.64169.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.2%
GREEN value IS 29 (11.72% from 255) = 11.6%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=49.2%
G=11.6%
B=39.2%

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
Decimal123299800.760.200.52315.9661.8429.8
Hex7B1D6204C143413c3e1e
Octal17335142011424644747636
Binary1111011111011100010010011001010011010010011110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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