#7B2866

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

Shades of Palatinate Purple #7B2866

Tints of Palatinate Purple #7B2866

Color information

#7B2866 (or 0x7B2866) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 28 and 66. RGB value is (123,40,102). Sum of RGB (Red+Green+Blue) = 123+40+102=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2866 is #84D799. Grayscale: #474747. Windows color (decimal): -8705946 or 6695035. OLE color: 6695035.

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

Color convert

RGB12340102-
CMYK00.670.170.52
HSL315.18º50.92%31.96%-
HSV(B)315.18º67.48%48.24%-
XYZ11.336.6913.26-
YUV71.88145164.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.42%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=46.42%
G=15.09%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1234010200.670.170.52315.1850.9231.96
Hex7B2866043113413b3320
Octal17350146010321644736340
Binary111101110100011001100100001110001110100100111011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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