#7B2563

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

Shades of Palatinate Purple #7B2563

Tints of Palatinate Purple #7B2563

Color information

#7B2563 (or 0x7B2563) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 25 and 63. RGB value is (123,37,99). Sum of RGB (Red+Green+Blue) = 123+37+99=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2563 is #84DA9C. Grayscale: #454545. Windows color (decimal): -8706717 or 6497659. OLE color: 6497659.

HSL color Cylindrical-coordinate representation of color #7B2563: hue angle of 316.74º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B2563 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB1233799-
CMYK00.700.200.52
HSL316.74º53.75%31.37%-
HSV(B)316.74º69.92%48.24%-
XYZ11.086.4312.46-
YUV69.78144.49165.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.49%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 99 (39.06% from 255) = 38.22%
R=47.49%
G=14.29%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123379900.700.200.52316.7453.7531.37
Hex7B2563046143413d361f
Octal17345143010624644756637
Binary11110111001011100011010001101010011010010011110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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