#73087D

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

Shades of Purple #73087D

Tints of Purple #73087D

Color information

#73087D (or 0x73087D) is unknown color: approx Purple. HEX triplet: 73, 08 and 7D. RGB value is (115,8,125). Sum of RGB (Red+Green+Blue) = 115+8+125=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #73087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73087D is #8CF782. Grayscale: #343434. Windows color (decimal): -9238403 or 8194163. OLE color: 8194163.

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

Color convert

RGB1158125-
CMYK0.080.9400.51
HSL294.87º87.97%26.08%-
HSV(B)294.87º93.6%49.02%-
XYZ10.865.319.85-
YUV53.33168.45171.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 8 (3.52% from 255) = 3.23%
BLUE value IS 125 (49.22% from 255) = 50.40%
R=46.37%
G=3.23%
B=50.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11581250.080.9400.51294.8787.9726.08
Hex7387D85E033127581a
Octal163101751013606344713032
Binary111001110001111101100010111100110011100100111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73087D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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