Html Css Color HEX #73047A Purple

📋 copy color: '#73047A'

red 115 ◦ green 4 ◦ blue 122

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

Shades of Purple #73047A

Tints of Purple #73047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 50.62%

R = 47.72%
G = 1.66%
B = 50.62%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#73047A (or 0x73047A) is known color: Purple. HEX triplet: 73, 04 and 7A. RGB value is (115,4,122). Sum of RGB (Red+Green+Blue) = 115+4+122=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #73047A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73047A is #8CFB85. Grayscale: #323232. Windows color (decimal): -9239430 or 7996531. OLE color: 7996531.

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

Color convert

RGB 115 4 122 -
CMYK 0.06 0.97 0 0.52
HSL 296.44º 0.94% 0.25% -
HSV(B) 296.44º 0.97% 0.48% -
XYZ 10.63 5.14 18.84 -
YUV 50.64 168.27 173.91 -
System Red Green Blue C M Y K H S L
Decimal 115 4 122 0.06 0.97 0 0.52 296.44 0.94 0.25
Hex 73 4 7A 6 61 0 34 128 5E 19
Octal 163 4 172 6 141 0 64 450 136 31
Binary 1110011 100 1111010 110 1100001 0 110100 100101000 1011110 11001

Color Harmonies of #73047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73047A

Black with #73047A

Text Example


Text Example

White with #73047A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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