#73066A

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

Shades of Purple #73066A

Tints of Purple #73066A

Color information

#73066A (or 0x73066A) is unknown color: approx Purple. HEX triplet: 73, 06 and 6A. RGB value is (115,6,106). Sum of RGB (Red+Green+Blue) = 115+6+106=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73066A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73066A is #8CF995. Grayscale: #313131. Windows color (decimal): -9238934 or 6948467. OLE color: 6948467.

HSL color Cylindrical-coordinate representation of color #73066A: hue angle of 304.95º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73066A is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB1156106-
CMYK00.950.080.55
HSL304.95º90.08%23.73%-
HSV(B)304.95º94.78%45.1%-
XYZ9.744.8214.05-
YUV49.99159.61174.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 6 (2.73% from 255) = 2.64%
BLUE value IS 106 (41.80% from 255) = 46.70%
R=50.66%
G=2.64%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115610600.950.080.55304.9590.0823.73
Hex7366A05F8371315a18
Octal16361520137106746113230
Binary11100111101101010010111111000110111100110001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73066A; }

 p { color: rgb(115,6,106); }

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

<style>
 a { background-color: #73066A; }

 a { background-color: rgb(115,6,106); }

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

<style>
 span { border-color: #73066A; }

 span { border-color: rgb(115,6,106); }

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