#732665

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

Shades of Palatinate Purple #732665

Tints of Palatinate Purple #732665

Color information

#732665 (or 0x732665) is unknown color: approx Palatinate Purple. HEX triplet: 73, 26 and 65. RGB value is (115,38,101). Sum of RGB (Red+Green+Blue) = 115+38+101=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #732665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732665 is #8CD99A. Grayscale: #444444. Windows color (decimal): -9230747 or 6628979. OLE color: 6628979.

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

Color convert

RGB11538101-
CMYK00.670.120.55
HSL310.91º50.33%30%-
HSV(B)310.91º66.96%45.1%-
XYZ10.115.9712.93-
YUV68.2146.51161.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 38 (15.23% from 255) = 14.96%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=45.28%
G=14.96%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153810100.670.120.55310.9150.3330
Hex732665043C37137321e
Octal16346145010314674676236
Binary1110011100110110010101000011110011011110011011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732665; }

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

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

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

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

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

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

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

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