#7B2863

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

Shades of Palatinate Purple #7B2863

Tints of Palatinate Purple #7B2863

Color information

#7B2863 (or 0x7B2863) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 28 and 63. RGB value is (123,40,99). Sum of RGB (Red+Green+Blue) = 123+40+99=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2863 is #84D79C. Grayscale: #474747. Windows color (decimal): -8705949 or 6498427. OLE color: 6498427.

HSL color Cylindrical-coordinate representation of color #7B2863: hue angle of 317.35º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B2863 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB1234099-
CMYK00.670.200.52
HSL317.35º50.92%31.96%-
HSV(B)317.35º67.48%48.24%-
XYZ11.186.6312.49-
YUV71.54143.5164.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.95%
GREEN value IS 40 (16.02% from 255) = 15.27%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=46.95%
G=15.27%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123409900.670.200.52317.3550.9231.96
Hex7B2863043143413d3320
Octal17350143010324644756340
Binary111101110100011000110100001110100110100100111101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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