#732F68

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

Shades of Palatinate Purple #732F68

Tints of Palatinate Purple #732F68

Color information

#732F68 (or 0x732F68) is unknown color: approx Palatinate Purple. HEX triplet: 73, 2F and 68. RGB value is (115,47,104). Sum of RGB (Red+Green+Blue) = 115+47+104=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #732F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732F68 is #8CD097. Grayscale: #494949. Windows color (decimal): -9228440 or 6827891. OLE color: 6827891.

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

Color convert

RGB11547104-
CMYK00.590.100.55
HSL309.71º41.98%31.76%-
HSV(B)309.71º59.13%45.1%-
XYZ10.596.6813.83-
YUV73.83145.03157.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 47 (18.75% from 255) = 17.67%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=43.23%
G=17.67%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154710400.590.100.55309.7141.9831.76
Hex732F6803BA371362a20
Octal1635715007312674665240
Binary1110011101111110100001110111010110111100110110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732F68; }

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

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

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

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

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

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

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

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