Html Css Color HEX #73116F Dark Purple

📋 copy color: '#73116F'

red 115 ◦ green 17 ◦ blue 111

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

Shades of Dark Purple #73116F

Tints of Dark Purple #73116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7%

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

R = 47.33%
G = 7%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#73116F (or 0x73116F) is known color: Dark Purple. HEX triplet: 73, 11 and 6F. RGB value is (115,17,111). Sum of RGB (Red+Green+Blue) = 115+17+111=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #73116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73116F is #8CEE90. Grayscale: #383838. Windows color (decimal): -9236113 or 7278963. OLE color: 7278963.

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

Color convert

RGB 115 17 111 -
CMYK 0 0.85 0.03 0.55
HSL 302.45º 0.74% 0.26% -
HSV(B) 302.45º 0.85% 0.45% -
XYZ 10.14 5.19 15.51 -
YUV 57.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 115 17 111 0 0.85 0.03 0.55 302.45 0.74 0.26
Hex 73 11 6F 0 55 3 37 12E 4A 1A
Octal 163 21 157 0 125 3 67 456 112 32
Binary 1110011 10001 1101111 0 1010101 11 110111 100101110 1001010 11010

Color Harmonies of #73116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73116F

Black with #73116F

Text Example


Text Example

White with #73116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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