#73176B

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

Shades of Palatinate Purple #73176B

Tints of Palatinate Purple #73176B

Color information

#73176B (or 0x73176B) is unknown color: approx Palatinate Purple. HEX triplet: 73, 17 and 6B. RGB value is (115,23,107). Sum of RGB (Red+Green+Blue) = 115+23+107=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #73176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73176B is #8CE894. Grayscale: #3B3B3B. Windows color (decimal): -9234581 or 7018355. OLE color: 7018355.

HSL color Cylindrical-coordinate representation of color #73176B: hue angle of 305.22º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73176B is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11523107-
CMYK00.800.070.55
HSL305.22º66.67%27.06%-
HSV(B)305.22º80%45.1%-
XYZ10.035.3214.41-
YUV60.08154.48167.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 23 (9.38% from 255) = 9.39%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=46.94%
G=9.39%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152310700.800.070.55305.2266.6727.06
Hex73176B050737131431b
Octal16327153012076746110333
Binary111001110111110101101010000111110111100110001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73176B; }

 p { color: rgb(115,23,107); }

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

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

 a { background-color: rgb(115,23,107); }

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

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

 span { border-color: rgb(115,23,107); }

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