#732862

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

Shades of Palatinate Purple #732862

Tints of Palatinate Purple #732862

Color information

#732862 (or 0x732862) is unknown color: approx Palatinate Purple. HEX triplet: 73, 28 and 62. RGB value is (115,40,98). Sum of RGB (Red+Green+Blue) = 115+40+98=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #732862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732862 is #8CD79D. Grayscale: #444444. Windows color (decimal): -9230238 or 6432883. OLE color: 6432883.

HSL color Cylindrical-coordinate representation of color #732862: hue angle of 313.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #732862 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1154098-
CMYK00.650.150.55
HSL313.6º48.39%30.39%-
HSV(B)313.6º65.22%45.1%-
XYZ10.036.0412.19-
YUV69.04144.35160.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 98 (38.67% from 255) = 38.74%
R=45.45%
G=15.81%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115409800.650.150.55313.648.3930.39
Hex732862041F3713a301e
Octal16350142010117674726036
Binary1110011101000110001001000001111111011110011101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732862; }

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

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

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

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

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

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

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

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