#73146F

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

Shades of Dark Purple #73146F

Tints of Dark Purple #73146F

Color information

#73146F (or 0x73146F) is unknown color: approx Dark Purple. HEX triplet: 73, 14 and 6F. RGB value is (115,20,111). Sum of RGB (Red+Green+Blue) = 115+20+111=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73146F is #8CEB90. Grayscale: #3A3A3A. Windows color (decimal): -9235345 or 7279731. OLE color: 7279731.

HSL color Cylindrical-coordinate representation of color #73146F: hue angle of 302.53º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73146F is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11520111-
CMYK00.830.030.55
HSL302.53º70.37%26.47%-
HSV(B)302.53º82.61%45.1%-
XYZ10.195.2915.52-
YUV58.78157.47168.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 20 (8.20% from 255) = 8.13%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=46.75%
G=8.13%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152011100.830.030.55302.5370.3726.47
Hex73146F05333712f461a
Octal16324157012336745710632
Binary11100111010011011110101001111110111100101111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73146F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73146F; }

 p { color: rgb(115,20,111); }

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

<style>
 a { background-color: #73146F; }

 a { background-color: rgb(115,20,111); }

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

<style>
 span { border-color: #73146F; }

 span { border-color: rgb(115,20,111); }

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