Html Css Color HEX #73046E Purple

📋 copy color: '#73046E'

red 115 ◦ green 4 ◦ blue 110

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

Shades of Purple #73046E

Tints of Purple #73046E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.03%

R = 50.22%
G = 1.75%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#73046E (or 0x73046E) is known color: Purple. HEX triplet: 73, 04 and 6E. RGB value is (115,4,110). Sum of RGB (Red+Green+Blue) = 115+4+110=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73046E is #8CFB91. Grayscale: #303030. Windows color (decimal): -9239442 or 7210099. OLE color: 7210099.

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

Color convert

RGB 115 4 110 -
CMYK 0 0.97 0.04 0.55
HSL 302.7º 0.93% 0.23% -
HSV(B) 302.7º 0.97% 0.45% -
XYZ 9.93 4.86 15.17 -
YUV 49.27 162.27 174.88 -
System Red Green Blue C M Y K H S L
Decimal 115 4 110 0 0.97 0.04 0.55 302.7 0.93 0.23
Hex 73 4 6E 0 61 4 37 12F 5D 17
Octal 163 4 156 0 141 4 67 457 135 27
Binary 1110011 100 1101110 0 1100001 100 110111 100101111 1011101 10111

Color Harmonies of #73046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73046E

Black with #73046E

Text Example


Text Example

White with #73046E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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