Html Css Color HEX #73047D Purple

📋 copy color: '#73047D'

red 115 ◦ green 4 ◦ blue 125

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

Shades of Purple #73047D

Tints of Purple #73047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.23%

R = 47.13%
G = 1.64%
B = 51.23%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73047D (or 0x73047D) is known color: Purple. HEX triplet: 73, 04 and 7D. RGB value is (115,4,125). Sum of RGB (Red+Green+Blue) = 115+4+125=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #73047D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73047D is #8CFB82. Grayscale: #323232. Windows color (decimal): -9239427 or 8193139. OLE color: 8193139.

HSL color Cylindrical-coordinate representation of color #73047D: hue angle of 295.04º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73047D is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 4 125 -
CMYK 0.08 0.97 0 0.51
HSL 295.04º 0.94% 0.25% -
HSV(B) 295.04º 0.97% 0.49% -
XYZ 10.82 5.21 19.84 -
YUV 50.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 115 4 125 0.08 0.97 0 0.51 295.04 0.94 0.25
Hex 73 4 7D 8 61 0 33 127 5E 19
Octal 163 4 175 10 141 0 63 447 136 31
Binary 1110011 100 1111101 1000 1100001 0 110011 100100111 1011110 11001

Color Harmonies of #73047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73047D

Black with #73047D

Text Example


Text Example

White with #73047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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