#73117A

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

Shades of Purple #73117A

Tints of Purple #73117A

Color information

#73117A (or 0x73117A) is unknown color: approx Purple. HEX triplet: 73, 11 and 7A. RGB value is (115,17,122). Sum of RGB (Red+Green+Blue) = 115+17+122=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #73117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73117A is #8CEE85. Grayscale: #393939. Windows color (decimal): -9236102 or 7999859. OLE color: 7999859.

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

Color convert

RGB11517122-
CMYK0.060.8600.52
HSL296º75.54%27.25%-
HSV(B)296º86.07%47.84%-
XYZ10.785.4518.9-
YUV58.27163.97168.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 17 (7.03% from 255) = 6.69%
BLUE value IS 122 (48.05% from 255) = 48.03%
R=45.28%
G=6.69%
B=48.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115171220.060.8600.5229675.5427.25
Hex73117A6560341284c1b
Octal16321172612606445011433
Binary111001110001111101011010101100110100100101000100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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