#7B336A

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

Shades of Palatinate Purple #7B336A

Tints of Palatinate Purple #7B336A

Color information

#7B336A (or 0x7B336A) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 33 and 6A. RGB value is (123,51,106). Sum of RGB (Red+Green+Blue) = 123+51+106=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B336A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B336A is #84CC95. Grayscale: #4E4E4E. Windows color (decimal): -8703126 or 6959995. OLE color: 6959995.

HSL color Cylindrical-coordinate representation of color #7B336A: hue angle of 314.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B336A is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB12351106-
CMYK00.590.140.52
HSL314.17º41.38%34.12%-
HSV(B)314.17º58.54%48.24%-
XYZ11.957.6214.48-
YUV78.8143.35159.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.93%
GREEN value IS 51 (20.31% from 255) = 18.21%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=43.93%
G=18.21%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1235110600.590.140.52314.1741.3834.12
Hex7B336A03BE3413a2922
Octal1736315207316644725142
Binary1111011110011110101001110111110110100100111010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,51,106); }

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

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

 a { background-color: rgb(123,51,106); }

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

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

 span { border-color: rgb(123,51,106); }

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