Html Css Color HEX #73046F Purple

📋 copy color: '#73046F'

red 115 ◦ green 4 ◦ blue 111

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

Shades of Purple #73046F

Tints of Purple #73046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.26%

R = 50%
G = 1.74%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#73046F (or 0x73046F) is known color: Purple. HEX triplet: 73, 04 and 6F. RGB value is (115,4,111). Sum of RGB (Red+Green+Blue) = 115+4+111=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #73046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73046F is #8CFB90. Grayscale: #313131. Windows color (decimal): -9239441 or 7275635. OLE color: 7275635.

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

Color convert

RGB 115 4 111 -
CMYK 0 0.97 0.03 0.55
HSL 302.16º 0.93% 0.23% -
HSV(B) 302.16º 0.97% 0.45% -
XYZ 9.98 4.88 15.45 -
YUV 49.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 115 4 111 0 0.97 0.03 0.55 302.16 0.93 0.23
Hex 73 4 6F 0 61 3 37 12E 5D 17
Octal 163 4 157 0 141 3 67 456 135 27
Binary 1110011 100 1101111 0 1100001 11 110111 100101110 1011101 10111

Color Harmonies of #73046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73046F

Black with #73046F

Text Example


Text Example

White with #73046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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