Html Css Color HEX #73036D Purple

📋 copy color: '#73036D'

red 115 ◦ green 3 ◦ blue 109

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

Shades of Purple #73036D

Tints of Purple #73036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.02%

R = 50.66%
G = 1.32%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73036D (or 0x73036D) is known color: Purple. HEX triplet: 73, 03 and 6D. RGB value is (115,3,109). Sum of RGB (Red+Green+Blue) = 115+3+109=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73036D is #8CFC92. Grayscale: #303030. Windows color (decimal): -9239699 or 7144307. OLE color: 7144307.

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

Color convert

RGB 115 3 109 -
CMYK 0 0.97 0.05 0.55
HSL 303.21º 0.95% 0.23% -
HSV(B) 303.21º 0.97% 0.45% -
XYZ 9.86 4.81 14.88 -
YUV 48.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 115 3 109 0 0.97 0.05 0.55 303.21 0.95 0.23
Hex 73 3 6D 0 61 5 37 12F 5F 17
Octal 163 3 155 0 141 5 67 457 137 27
Binary 1110011 11 1101101 0 1100001 101 110111 100101111 1011111 10111

Color Harmonies of #73036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73036D

Black with #73036D

Text Example


Text Example

White with #73036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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