#73056B

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

Shades of Purple #73056B

Tints of Purple #73056B

Color information

#73056B (or 0x73056B) is unknown color: approx Purple. HEX triplet: 73, 05 and 6B. RGB value is (115,5,107). Sum of RGB (Red+Green+Blue) = 115+5+107=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73056B is #8CFA94. Grayscale: #313131. Windows color (decimal): -9239189 or 7013747. OLE color: 7013747.

HSL color Cylindrical-coordinate representation of color #73056B: hue angle of 304.36º 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 #73056B is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB1155107-
CMYK00.960.070.55
HSL304.36º91.67%23.53%-
HSV(B)304.36º95.65%45.1%-
XYZ9.784.8114.32-
YUV49.52160.44174.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 107 (42.19% from 255) = 47.14%
R=50.66%
G=2.20%
B=47.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115510700.960.070.55304.3691.6723.53
Hex7356B0607371305c18
Octal1635153014076746013430
Binary1110011101110101101100000111110111100110000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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