#73056F

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

Shades of Purple #73056F

Tints of Purple #73056F

Color information

#73056F (or 0x73056F) is unknown color: approx Purple. HEX triplet: 73, 05 and 6F. RGB value is (115,5,111). Sum of RGB (Red+Green+Blue) = 115+5+111=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73056F is #8CFA90. Grayscale: #313131. Windows color (decimal): -9239185 or 7275891. OLE color: 7275891.

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

Color convert

RGB1155111-
CMYK00.960.030.55
HSL302.18º91.67%23.53%-
HSV(B)302.18º95.65%45.1%-
XYZ9.994.915.46-
YUV49.97162.44174.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 111 (43.75% from 255) = 48.05%
R=49.78%
G=2.16%
B=48.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115511100.960.030.55302.1891.6723.53
Hex7356F06033712e5c18
Octal1635157014036745613430
Binary111001110111011110110000011110111100101110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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