#73265B

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

Shades of Palatinate Purple #73265B

Tints of Palatinate Purple #73265B

Color information

#73265B (or 0x73265B) is unknown color: approx Palatinate Purple. HEX triplet: 73, 26 and 5B. RGB value is (115,38,91). Sum of RGB (Red+Green+Blue) = 115+38+91=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73265B is #8CD9A4. Grayscale: #424242. Windows color (decimal): -9230757 or 5973619. OLE color: 5973619.

HSL color Cylindrical-coordinate representation of color #73265B: hue angle of 318.7º 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 #73265B is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1153891-
CMYK00.670.210.55
HSL318.7º50.33%30%-
HSV(B)318.7º66.96%45.1%-
XYZ9.655.7910.51-
YUV67.06141.51162.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=47.13%
G=15.57%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115389100.670.210.55318.750.3330
Hex73265B043153713f321e
Octal16346133010325674776236
Binary11100111001101011011010000111010111011110011111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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