#7B3B69

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

Shades of Palatinate Purple #7B3B69

Tints of Palatinate Purple #7B3B69

Color information

#7B3B69 (or 0x7B3B69) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 3B and 69. RGB value is (123,59,105). Sum of RGB (Red+Green+Blue) = 123+59+105=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3B69 is #84C496. Grayscale: #535353. Windows color (decimal): -8701079 or 6896507. OLE color: 6896507.

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

Color convert

RGB12359105-
CMYK00.520.150.52
HSL316.88º35.16%35.69%-
HSV(B)316.88º52.03%48.24%-
XYZ12.288.3614.33-
YUV83.38140.2156.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.86%
GREEN value IS 59 (23.44% from 255) = 20.56%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=42.86%
G=20.56%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1235910500.520.150.52316.8835.1635.69
Hex7B3B69034F3413d2324
Octal1737315106417644754344
Binary1111011111011110100101101001111110100100111101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,59,105); }

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

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

 a { background-color: rgb(123,59,105); }

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

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

 span { border-color: rgb(123,59,105); }

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