Html Css Color HEX #73036A Purple

📋 copy color: '#73036A'

red 115 ◦ green 3 ◦ blue 106

#73036A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #73036A

Tints of Purple #73036A

RGB

 RED value IS 115 (45.31% from 255) = 51.34%

 GREEN value IS 3 (1.56% from 255) = 1.34%

 BLUE value IS 106 (41.8% from 255) = 47.32%

R = 51.34%
G = 1.34%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#73036A (or 0x73036A) is known color: Purple. HEX triplet: 73, 03 and 6A. RGB value is (115,3,106). Sum of RGB (Red+Green+Blue) = 115+3+106=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73036A is #8CFC95. Grayscale: #2F2F2F. Windows color (decimal): -9239702 or 6947699. OLE color: 6947699.

HSL color Cylindrical-coordinate representation of color #73036A: hue angle of 304.82º 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 #73036A is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 3 106 -
CMYK 0 0.97 0.08 0.55
HSL 304.82º 0.95% 0.23% -
HSV(B) 304.82º 0.97% 0.45% -
XYZ 9.7 4.75 14.04 -
YUV 48.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 115 3 106 0 0.97 0.08 0.55 304.82 0.95 0.23
Hex 73 3 6A 0 61 8 37 131 5F 17
Octal 163 3 152 0 141 10 67 461 137 27
Binary 1110011 11 1101010 0 1100001 1000 110111 100110001 1011111 10111

Color Harmonies of #73036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73036A

Black with #73036A

Text Example


Text Example

White with #73036A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73036A;
 }
 .AnyTagClassName
 {
   color: #73036A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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