#73067A

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

Shades of Purple #73067A

Tints of Purple #73067A

Color information

#73067A (or 0x73067A) is unknown color: approx Purple. HEX triplet: 73, 06 and 7A. RGB value is (115,6,122). Sum of RGB (Red+Green+Blue) = 115+6+122=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #73067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73067A is #8CF985. Grayscale: #333333. Windows color (decimal): -9238918 or 7997043. OLE color: 7997043.

HSL color Cylindrical-coordinate representation of color #73067A: hue angle of 296.38º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73067A is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1156122-
CMYK0.060.9500.52
HSL296.38º90.62%25.1%-
HSV(B)296.38º95.08%47.84%-
XYZ10.655.1818.85-
YUV51.82167.61173.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.33%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=47.33%
G=2.47%
B=50.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11561220.060.9500.52296.3890.6225.1
Hex7367A65F0341285b19
Octal1636172613706445013331
Binary1110011110111101011010111110110100100101000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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