#73036C

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

Shades of Purple #73036C

Tints of Purple #73036C

Color information

#73036C (or 0x73036C) is unknown color: approx Purple. HEX triplet: 73, 03 and 6C. RGB value is (115,3,108). Sum of RGB (Red+Green+Blue) = 115+3+108=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73036C is #8CFC93. Grayscale: #303030. Windows color (decimal): -9239700 or 7078771. OLE color: 7078771.

HSL color Cylindrical-coordinate representation of color #73036C: hue angle of 303.75º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73036C is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB1153108-
CMYK00.970.060.55
HSL303.75º94.92%23.14%-
HSV(B)303.75º97.39%45.1%-
XYZ9.814.7914.6-
YUV48.46161.61175.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 108 (42.58% from 255) = 47.79%
R=50.88%
G=1.33%
B=47.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115310800.970.060.55303.7594.9223.14
Hex7336C0616371305f17
Octal1633154014166746013727
Binary111001111110110001100001110110111100110000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73036C; }

 p { color: rgb(115,3,108); }

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

<style>
 a { background-color: #73036C; }

 a { background-color: rgb(115,3,108); }

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

<style>
 span { border-color: #73036C; }

 span { border-color: rgb(115,3,108); }

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