#73127A

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

Shades of Purple #73127A

Tints of Purple #73127A

Color information

#73127A (or 0x73127A) is unknown color: approx Purple. HEX triplet: 73, 12 and 7A. RGB value is (115,18,122). Sum of RGB (Red+Green+Blue) = 115+18+122=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #73127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73127A is #8CED85. Grayscale: #3A3A3A. Windows color (decimal): -9235846 or 8000115. OLE color: 8000115.

HSL color Cylindrical-coordinate representation of color #73127A: hue angle of 295.96º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73127A is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11518122-
CMYK0.060.8500.52
HSL295.96º74.29%27.45%-
HSV(B)295.96º85.25%47.84%-
XYZ10.85.4818.9-
YUV58.86163.64168.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 18 (7.42% from 255) = 7.06%
BLUE value IS 122 (48.05% from 255) = 47.84%
R=45.10%
G=7.06%
B=47.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115181220.060.8500.52295.9674.2927.45
Hex73127A6550341284a1b
Octal16322172612506445011233
Binary111001110010111101011010101010110100100101000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73127A; }

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

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

<style>
 a { background-color: #73127A; }

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

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

<style>
 span { border-color: #73127A; }

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

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