#73167D

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

Shades of Purple #73167D

Tints of Purple #73167D

Color information

#73167D (or 0x73167D) is unknown color: approx Purple. HEX triplet: 73, 16 and 7D. RGB value is (115,22,125). Sum of RGB (Red+Green+Blue) = 115+22+125=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #73167D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73167D is #8CE982. Grayscale: #3D3D3D. Windows color (decimal): -9234819 or 8197747. OLE color: 8197747.

HSL color Cylindrical-coordinate representation of color #73167D: hue angle of 294.17º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73167D is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11522125-
CMYK0.080.8200.51
HSL294.17º70.07%28.82%-
HSV(B)294.17º82.4%49.02%-
XYZ11.065.719.92-
YUV61.55163.81166.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 22 (8.98% from 255) = 8.40%
BLUE value IS 125 (49.22% from 255) = 47.71%
R=43.89%
G=8.40%
B=47.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115221250.080.8200.51294.1770.0728.82
Hex73167D852033126461d
Octal163261751012206344610635
Binary1110011101101111101100010100100110011100100110100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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