#732467

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

Shades of Palatinate Purple #732467

Tints of Palatinate Purple #732467

Color information

#732467 (or 0x732467) is unknown color: approx Palatinate Purple. HEX triplet: 73, 24 and 67. RGB value is (115,36,103). Sum of RGB (Red+Green+Blue) = 115+36+103=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #732467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732467 is #8CDB98. Grayscale: #434343. Windows color (decimal): -9231257 or 6759539. OLE color: 6759539.

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

Color convert

RGB11536103-
CMYK00.690.100.55
HSL309.11º52.32%29.61%-
HSV(B)309.11º68.7%45.1%-
XYZ10.155.8913.43-
YUV67.26148.17162.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 36 (14.45% from 255) = 14.17%
BLUE value IS 103 (40.62% from 255) = 40.55%
R=45.28%
G=14.17%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153610300.690.100.55309.1152.3229.61
Hex732467045A37135341e
Octal16344147010512674656436
Binary1110011100100110011101000101101011011110011010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732467; }

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

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

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

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

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

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

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

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