Html Css Color HEX #73016F Purple

📋 copy color: '#73016F'

red 115 ◦ green 1 ◦ blue 111

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

Shades of Purple #73016F

Tints of Purple #73016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 50.66%
G = 0.44%
B = 48.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#73016F (or 0x73016F) is known color: Purple. HEX triplet: 73, 01 and 6F. RGB value is (115,1,111). Sum of RGB (Red+Green+Blue) = 115+1+111=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73016F is #8CFE90. Grayscale: #2F2F2F. Windows color (decimal): -9240209 or 7274867. OLE color: 7274867.

HSL color Cylindrical-coordinate representation of color #73016F: hue angle of 302.11º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73016F is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 1 111 -
CMYK 0 0.99 0.03 0.55
HSL 302.11º 0.98% 0.23% -
HSV(B) 302.11º 0.99% 0.45% -
XYZ 9.95 4.81 15.44 -
YUV 47.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 115 1 111 0 0.99 0.03 0.55 302.11 0.98 0.23
Hex 73 1 6F 0 63 3 37 12E 62 17
Octal 163 1 157 0 143 3 67 456 142 27
Binary 1110011 1 1101111 0 1100011 11 110111 100101110 1100010 10111

Color Harmonies of #73016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73016F

Black with #73016F

Text Example


Text Example

White with #73016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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