#7B3666

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

Shades of Palatinate Purple #7B3666

Tints of Palatinate Purple #7B3666

Color information

#7B3666 (or 0x7B3666) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 36 and 66. RGB value is (123,54,102). Sum of RGB (Red+Green+Blue) = 123+54+102=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3666 is #84C999. Grayscale: #4F4F4F. Windows color (decimal): -8702362 or 6698619. OLE color: 6698619.

HSL color Cylindrical-coordinate representation of color #7B3666: hue angle of 318.26º 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 #7B3666 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB12354102-
CMYK00.560.170.52
HSL318.26º38.98%34.71%-
HSV(B)318.26º56.1%48.24%-
XYZ11.897.8113.45-
YUV80.1140.36158.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.09%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=44.09%
G=19.35%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1235410200.560.170.52318.2638.9834.71
Hex7B3666038113413e2723
Octal1736614607021644764743
Binary11110111101101100110011100010001110100100111110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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