#732367

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

Shades of Palatinate Purple #732367

Tints of Palatinate Purple #732367

Color information

#732367 (or 0x732367) is unknown color: approx Palatinate Purple. HEX triplet: 73, 23 and 67. RGB value is (115,35,103). Sum of RGB (Red+Green+Blue) = 115+35+103=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #732367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732367 is #8CDC98. Grayscale: #424242. Windows color (decimal): -9231513 or 6759283. OLE color: 6759283.

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

Color convert

RGB11535103-
CMYK00.700.100.55
HSL309º53.33%29.41%-
HSV(B)309º69.57%45.1%-
XYZ10.125.8313.42-
YUV66.67148.5162.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 103 (40.62% from 255) = 40.71%
R=45.45%
G=13.83%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153510300.700.100.5530953.3329.41
Hex732367046A37135351d
Octal16343147010612674656535
Binary1110011100011110011101000110101011011110011010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732367; }

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

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

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

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

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

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

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

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