Html Css Color HEX #73016E Purple

📋 copy color: '#73016E'

red 115 ◦ green 1 ◦ blue 110

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

Shades of Purple #73016E

Tints of Purple #73016E

RGB

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

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

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

R = 50.88%
G = 0.44%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#73016E (or 0x73016E) is known color: Purple. HEX triplet: 73, 01 and 6E. RGB value is (115,1,110). Sum of RGB (Red+Green+Blue) = 115+1+110=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73016E is #8CFE91. Grayscale: #2F2F2F. Windows color (decimal): -9240210 or 7209331. OLE color: 7209331.

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

Color convert

RGB 115 1 110 -
CMYK 0 0.99 0.04 0.55
HSL 302.63º 0.98% 0.23% -
HSV(B) 302.63º 0.99% 0.45% -
XYZ 9.9 4.79 15.16 -
YUV 47.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 115 1 110 0 0.99 0.04 0.55 302.63 0.98 0.23
Hex 73 1 6E 0 63 4 37 12F 62 17
Octal 163 1 156 0 143 4 67 457 142 27
Binary 1110011 1 1101110 0 1100011 100 110111 100101111 1100010 10111

Color Harmonies of #73016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73016E

Black with #73016E

Text Example


Text Example

White with #73016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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