#732065

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

Shades of Palatinate Purple #732065

Tints of Palatinate Purple #732065

Color information

#732065 (or 0x732065) is unknown color: approx Palatinate Purple. HEX triplet: 73, 20 and 65. RGB value is (115,32,101). Sum of RGB (Red+Green+Blue) = 115+32+101=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #732065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732065 is #8CDF9A. Grayscale: #404040. Windows color (decimal): -9232283 or 6627443. OLE color: 6627443.

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

Color convert

RGB11532101-
CMYK00.720.120.55
HSL310.12º56.46%28.82%-
HSV(B)310.12º72.17%45.1%-
XYZ9.945.6212.87-
YUV64.68148.5163.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=46.37%
G=12.90%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153210100.720.120.55310.1256.4628.82
Hex732065048C37136381d
Octal16340145011014674667035
Binary1110011100000110010101001000110011011110011011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732065; }

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

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

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

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

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

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

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

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