#7B2562

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

Shades of Palatinate Purple #7B2562

Tints of Palatinate Purple #7B2562

Color information

#7B2562 (or 0x7B2562) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 25 and 62. RGB value is (123,37,98). Sum of RGB (Red+Green+Blue) = 123+37+98=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2562 is #84DA9D. Grayscale: #454545. Windows color (decimal): -8706718 or 6432123. OLE color: 6432123.

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

Color convert

RGB1233798-
CMYK00.700.200.52
HSL317.44º53.75%31.37%-
HSV(B)317.44º69.92%48.24%-
XYZ11.036.4212.21-
YUV69.67143.99166.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.67%
GREEN value IS 37 (14.84% from 255) = 14.34%
BLUE value IS 98 (38.67% from 255) = 37.98%
R=47.67%
G=14.34%
B=37.98%

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
Decimal123379800.700.200.52317.4453.7531.37
Hex7B2562046143413d361f
Octal17345142010624644756637
Binary11110111001011100010010001101010011010010011110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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