#73216C

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

Shades of Palatinate Purple #73216C

Tints of Palatinate Purple #73216C

Color information

#73216C (or 0x73216C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 21 and 6C. RGB value is (115,33,108). Sum of RGB (Red+Green+Blue) = 115+33+108=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #73216C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73216C is #8CDE93. Grayscale: #414141. Windows color (decimal): -9232020 or 7086451. OLE color: 7086451.

HSL color Cylindrical-coordinate representation of color #73216C: hue angle of 305.12º 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 #73216C is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11533108-
CMYK00.710.060.55
HSL305.12º55.41%29.02%-
HSV(B)305.12º71.3%45.1%-
XYZ10.325.8214.77-
YUV66.07151.67162.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 33 (13.28% from 255) = 12.89%
BLUE value IS 108 (42.58% from 255) = 42.19%
R=44.92%
G=12.89%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153310800.710.060.55305.1255.4129.02
Hex73216C047637131371d
Octal1634115401076674616735
Binary111001110000111011000100011111011011110011000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73216C; }

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

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

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

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

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

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

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

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