#7B2862

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

Shades of Palatinate Purple #7B2862

Tints of Palatinate Purple #7B2862

Color information

#7B2862 (or 0x7B2862) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 28 and 62. RGB value is (123,40,98). Sum of RGB (Red+Green+Blue) = 123+40+98=261 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.13% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2862 is #84D79D. Grayscale: #474747. Windows color (decimal): -8705950 or 6432891. OLE color: 6432891.

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

Color convert

RGB1234098-
CMYK00.670.200.52
HSL318.07º50.92%31.96%-
HSV(B)318.07º67.48%48.24%-
XYZ11.136.6112.24-
YUV71.43143164.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.13%
GREEN value IS 40 (16.02% from 255) = 15.33%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=47.13%
G=15.33%
B=37.55%

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
Decimal123409800.670.200.52318.0750.9231.96
Hex7B2862043143413e3320
Octal17350142010324644766340
Binary111101110100011000100100001110100110100100111110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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