#7B3664

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

Shades of Palatinate Purple #7B3664

Tints of Palatinate Purple #7B3664

Color information

#7B3664 (or 0x7B3664) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 36 and 64. RGB value is (123,54,100). Sum of RGB (Red+Green+Blue) = 123+54+100=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3664 is #84C99B. Grayscale: #4F4F4F. Windows color (decimal): -8702364 or 6567547. OLE color: 6567547.

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

Color convert

RGB12354100-
CMYK00.560.190.52
HSL320º38.98%34.71%-
HSV(B)320º56.1%48.24%-
XYZ11.797.7712.93-
YUV79.88139.36158.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.40%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=44.40%
G=19.49%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1235410000.560.190.5232038.9834.71
Hex7B366403813341402723
Octal1736614407023645004743
Binary11110111101101100100011100010011110100101000000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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