Html Css Color HEX #73046B Purple

📋 copy color: '#73046B'

red 115 ◦ green 4 ◦ blue 107

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

Shades of Purple #73046B

Tints of Purple #73046B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 47.35%

R = 50.88%
G = 1.77%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73046B (or 0x73046B) is known color: Purple. HEX triplet: 73, 04 and 6B. RGB value is (115,4,107). Sum of RGB (Red+Green+Blue) = 115+4+107=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73046B is #8CFB94. Grayscale: #303030. Windows color (decimal): -9239445 or 7013491. OLE color: 7013491.

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

Color convert

RGB 115 4 107 -
CMYK 0 0.97 0.07 0.55
HSL 304.32º 0.93% 0.23% -
HSV(B) 304.32º 0.97% 0.45% -
XYZ 9.77 4.79 14.32 -
YUV 48.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 115 4 107 0 0.97 0.07 0.55 304.32 0.93 0.23
Hex 73 4 6B 0 61 7 37 130 5D 17
Octal 163 4 153 0 141 7 67 460 135 27
Binary 1110011 100 1101011 0 1100001 111 110111 100110000 1011101 10111

Color Harmonies of #73046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73046B

Black with #73046B

Text Example


Text Example

White with #73046B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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