#732362

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

Shades of Palatinate Purple #732362

Tints of Palatinate Purple #732362

Color information

#732362 (or 0x732362) is unknown color: approx Palatinate Purple. HEX triplet: 73, 23 and 62. RGB value is (115,35,98). Sum of RGB (Red+Green+Blue) = 115+35+98=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #732362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732362 is #8CDC9D. Grayscale: #414141. Windows color (decimal): -9231518 or 6431603. OLE color: 6431603.

HSL color Cylindrical-coordinate representation of color #732362: hue angle of 312.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732362 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1153598-
CMYK00.700.150.55
HSL312.75º53.33%29.41%-
HSV(B)312.75º69.57%45.1%-
XYZ9.885.7312.14-
YUV66.1146162.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 35 (14.06% from 255) = 14.11%
BLUE value IS 98 (38.67% from 255) = 39.52%
R=46.37%
G=14.11%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115359800.700.150.55312.7553.3329.41
Hex732362046F37139351d
Octal16343142010617674716535
Binary1110011100011110001001000110111111011110011100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732362; }

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

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

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

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

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

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

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

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