#73126B

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

Shades of Palatinate Purple #73126B

Tints of Palatinate Purple #73126B

Color information

#73126B (or 0x73126B) is unknown color: approx Palatinate Purple. HEX triplet: 73, 12 and 6B. RGB value is (115,18,107). Sum of RGB (Red+Green+Blue) = 115+18+107=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73126B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73126B is #8CED94. Grayscale: #383838. Windows color (decimal): -9235861 or 7017075. OLE color: 7017075.

HSL color Cylindrical-coordinate representation of color #73126B: hue angle of 304.95º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73126B is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11518107-
CMYK00.840.070.55
HSL304.95º72.93%26.08%-
HSV(B)304.95º84.35%45.1%-
XYZ9.945.1414.38-
YUV57.15156.14169.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 18 (7.42% from 255) = 7.5%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=47.92%
G=7.5%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151810700.840.070.55304.9572.9326.08
Hex73126B054737131491a
Octal16322153012476746111132
Binary111001110010110101101010100111110111100110001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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