#7B3364

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

Shades of Palatinate Purple #7B3364

Tints of Palatinate Purple #7B3364

Color information

#7B3364 (or 0x7B3364) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 33 and 64. RGB value is (123,51,100). Sum of RGB (Red+Green+Blue) = 123+51+100=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3364 is #84CC9B. Grayscale: #4D4D4D. Windows color (decimal): -8703132 or 6566779. OLE color: 6566779.

HSL color Cylindrical-coordinate representation of color #7B3364: hue angle of 319.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 #7B3364 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB12351100-
CMYK00.590.190.52
HSL319.17º41.38%34.12%-
HSV(B)319.17º58.54%48.24%-
XYZ11.657.512.89-
YUV78.11140.35160.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.89%
GREEN value IS 51 (20.31% from 255) = 18.61%
BLUE value IS 100 (39.45% from 255) = 36.50%
R=44.89%
G=18.61%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1235110000.590.190.52319.1741.3834.12
Hex7B336403B133413f2922
Octal1736314407323644775142
Binary11110111100111100100011101110011110100100111111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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