#7B2B67

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

Shades of Palatinate Purple #7B2B67

Tints of Palatinate Purple #7B2B67

Color information

#7B2B67 (or 0x7B2B67) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 2B and 67. RGB value is (123,43,103). Sum of RGB (Red+Green+Blue) = 123+43+103=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2B67 is #84D498. Grayscale: #494949. Windows color (decimal): -8705177 or 6761339. OLE color: 6761339.

HSL color Cylindrical-coordinate representation of color #7B2B67: hue angle of 315º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B2B67 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB12343103-
CMYK00.650.160.52
HSL315º48.19%32.55%-
HSV(B)315º65.04%48.24%-
XYZ11.486.9213.56-
YUV73.76144.5163.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.72%
GREEN value IS 43 (17.19% from 255) = 15.99%
BLUE value IS 103 (40.62% from 255) = 38.29%
R=45.72%
G=15.99%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1234310300.650.160.5231548.1932.55
Hex7B2B67041103413b3021
Octal17353147010120644736041
Binary111101110101111001110100000110000110100100111011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,43,103); }

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

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

 a { background-color: rgb(123,43,103); }

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

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

 span { border-color: rgb(123,43,103); }

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