#7B3565

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

Shades of Palatinate Purple #7B3565

Tints of Palatinate Purple #7B3565

Color information

#7B3565 (or 0x7B3565) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 35 and 65. RGB value is (123,53,101). Sum of RGB (Red+Green+Blue) = 123+53+101=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3565 is #84CA9A. Grayscale: #4F4F4F. Windows color (decimal): -8702619 or 6632827. OLE color: 6632827.

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

Color convert

RGB12353101-
CMYK00.570.180.52
HSL318.86º39.77%34.51%-
HSV(B)318.86º56.91%48.24%-
XYZ11.797.713.18-
YUV79.4140.19159.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.40%
GREEN value IS 53 (21.09% from 255) = 19.13%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=44.40%
G=19.13%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1235310100.570.180.52318.8639.7734.51
Hex7B3565039123413f2823
Octal1736514507122644775043
Binary11110111101011100101011100110010110100100111111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,53,101); }

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

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

 a { background-color: rgb(123,53,101); }

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

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

 span { border-color: rgb(123,53,101); }

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