#732063

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

Shades of Palatinate Purple #732063

Tints of Palatinate Purple #732063

Color information

#732063 (or 0x732063) is unknown color: approx Palatinate Purple. HEX triplet: 73, 20 and 63. RGB value is (115,32,99). Sum of RGB (Red+Green+Blue) = 115+32+99=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #732063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732063 is #8CDF9C. Grayscale: #404040. Windows color (decimal): -9232285 or 6496371. OLE color: 6496371.

HSL color Cylindrical-coordinate representation of color #732063: hue angle of 311.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #732063 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB1153299-
CMYK00.720.140.55
HSL311.57º56.46%28.82%-
HSV(B)311.57º72.17%45.1%-
XYZ9.845.5812.36-
YUV64.46147.5164.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 32 (12.89% from 255) = 13.01%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=46.75%
G=13.01%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115329900.720.140.55311.5756.4628.82
Hex732063048E37138381d
Octal16340143011016674707035
Binary1110011100000110001101001000111011011110011100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732063; }

 p { color: rgb(115,32,99); }

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

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

 a { background-color: rgb(115,32,99); }

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

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

 span { border-color: rgb(115,32,99); }

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