#73017A

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

Shades of Purple #73017A

Tints of Purple #73017A

Color information

#73017A (or 0x73017A) is unknown color: approx Purple. HEX triplet: 73, 01 and 7A. RGB value is (115,1,122). Sum of RGB (Red+Green+Blue) = 115+1+122=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #73017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73017A is #8CFE85. Grayscale: #303030. Windows color (decimal): -9240198 or 7995763. OLE color: 7995763.

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

Color convert

RGB1151122-
CMYK0.060.9900.52
HSL296.53º98.37%24.12%-
HSV(B)296.53º99.18%47.84%-
XYZ10.595.0718.83-
YUV48.88169.27175.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 122 (48.05% from 255) = 51.26%
R=48.32%
G=0.42%
B=51.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11511220.060.9900.52296.5398.3724.12
Hex7317A6630341296218
Octal1631172614306445114230
Binary11100111111101011011000110110100100101001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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