Html Css Color HEX #73046D Purple

📋 copy color: '#73046D'

red 115 ◦ green 4 ◦ blue 109

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

Shades of Purple #73046D

Tints of Purple #73046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

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

R = 50.44%
G = 1.75%
B = 47.81%

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

#73046D (or 0x73046D) is known color: Purple. HEX triplet: 73, 04 and 6D. RGB value is (115,4,109). Sum of RGB (Red+Green+Blue) = 115+4+109=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #73046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73046D is #8CFB92. Grayscale: #303030. Windows color (decimal): -9239443 or 7144563. OLE color: 7144563.

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

Color convert

RGB 115 4 109 -
CMYK 0 0.97 0.05 0.55
HSL 303.24º 0.93% 0.23% -
HSV(B) 303.24º 0.97% 0.45% -
XYZ 9.87 4.84 14.88 -
YUV 49.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 115 4 109 0 0.97 0.05 0.55 303.24 0.93 0.23
Hex 73 4 6D 0 61 5 37 12F 5D 17
Octal 163 4 155 0 141 5 67 457 135 27
Binary 1110011 100 1101101 0 1100001 101 110111 100101111 1011101 10111

Color Harmonies of #73046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73046D

Black with #73046D

Text Example


Text Example

White with #73046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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