#732168

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

Shades of Palatinate Purple #732168

Tints of Palatinate Purple #732168

Color information

#732168 (or 0x732168) is unknown color: approx Palatinate Purple. HEX triplet: 73, 21 and 68. RGB value is (115,33,104). Sum of RGB (Red+Green+Blue) = 115+33+104=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #732168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732168 is #8CDE97. Grayscale: #414141. Windows color (decimal): -9232024 or 6824307. OLE color: 6824307.

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

Color convert

RGB11533104-
CMYK00.710.100.55
HSL308.05º55.41%29.02%-
HSV(B)308.05º71.3%45.1%-
XYZ10.115.7313.67-
YUV65.61149.67163.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 33 (13.28% from 255) = 13.10%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=45.63%
G=13.10%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153310400.710.100.55308.0555.4129.02
Hex732168047A37134371d
Octal16341150010712674646735
Binary1110011100001110100001000111101011011110011010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732168; }

 p { color: rgb(115,33,104); }

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

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

 a { background-color: rgb(115,33,104); }

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

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

 span { border-color: rgb(115,33,104); }

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