#73187D

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

Shades of Purple #73187D

Tints of Purple #73187D

Color information

#73187D (or 0x73187D) is unknown color: approx Purple. HEX triplet: 73, 18 and 7D. RGB value is (115,24,125). Sum of RGB (Red+Green+Blue) = 115+24+125=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #73187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73187D is #8CE782. Grayscale: #3E3E3E. Windows color (decimal): -9234307 or 8198259. OLE color: 8198259.

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

Color convert

RGB11524125-
CMYK0.080.8100.51
HSL294.06º67.79%29.22%-
HSV(B)294.06º80.8%49.02%-
XYZ11.15.7819.93-
YUV62.72163.15165.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 24 (9.77% from 255) = 9.09%
BLUE value IS 125 (49.22% from 255) = 47.35%
R=43.56%
G=9.09%
B=47.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115241250.080.8100.51294.0667.7929.22
Hex73187D851033126441d
Octal163301751012106344610435
Binary1110011110001111101100010100010110011100100110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73187D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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