#73167A

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

Shades of Purple #73167A

Tints of Purple #73167A

Color information

#73167A (or 0x73167A) is unknown color: approx Purple. HEX triplet: 73, 16 and 7A. RGB value is (115,22,122). Sum of RGB (Red+Green+Blue) = 115+22+122=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #73167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73167A is #8CE985. Grayscale: #3C3C3C. Windows color (decimal): -9234822 or 8001139. OLE color: 8001139.

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

Color convert

RGB11522122-
CMYK0.060.8200.52
HSL295.8º69.44%28.24%-
HSV(B)295.8º81.97%47.84%-
XYZ10.875.6218.92-
YUV61.21162.31166.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.40%
GREEN value IS 22 (8.98% from 255) = 8.49%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=44.40%
G=8.49%
B=47.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115221220.060.8200.52295.869.4428.24
Hex73167A652034128451c
Octal16326172612206445010534
Binary111001110110111101011010100100110100100101000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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