#73275B

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

Shades of Palatinate Purple #73275B

Tints of Palatinate Purple #73275B

Color information

#73275B (or 0x73275B) is unknown color: approx Palatinate Purple. HEX triplet: 73, 27 and 5B. RGB value is (115,39,91). Sum of RGB (Red+Green+Blue) = 115+39+91=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #73275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73275B is #8CD8A4. Grayscale: #434343. Windows color (decimal): -9230501 or 5973875. OLE color: 5973875.

HSL color Cylindrical-coordinate representation of color #73275B: hue angle of 318.95º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73275B is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1153991-
CMYK00.660.210.55
HSL318.95º49.35%30.2%-
HSV(B)318.95º66.09%45.1%-
XYZ9.685.8510.52-
YUV67.65141.18161.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=46.94%
G=15.92%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115399100.660.210.55318.9549.3530.2
Hex73275B042153713f311e
Octal16347133010225674776136
Binary11100111001111011011010000101010111011110011111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,39,91); }

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

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

 a { background-color: rgb(115,39,91); }

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

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

 span { border-color: rgb(115,39,91); }

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