#732062

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

Shades of Palatinate Purple #732062

Tints of Palatinate Purple #732062

Color information

#732062 (or 0x732062) is unknown color: approx Palatinate Purple. HEX triplet: 73, 20 and 62. RGB value is (115,32,98). Sum of RGB (Red+Green+Blue) = 115+32+98=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #732062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732062 is #8CDF9D. Grayscale: #404040. Windows color (decimal): -9232286 or 6430835. OLE color: 6430835.

HSL color Cylindrical-coordinate representation of color #732062: hue angle of 312.29º 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 #732062 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1153298-
CMYK00.720.150.55
HSL312.29º56.46%28.82%-
HSV(B)312.29º72.17%45.1%-
XYZ9.795.5612.11-
YUV64.34147164.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 98 (38.67% from 255) = 40%
R=46.94%
G=13.06%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115329800.720.150.55312.2956.4628.82
Hex732062048F37138381d
Octal16340142011017674707035
Binary1110011100000110001001001000111111011110011100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732062; }

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

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

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

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

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

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

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

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