Html Css Color HEX #73116C Dark Purple

📋 copy color: '#73116C'

red 115 ◦ green 17 ◦ blue 108

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

Shades of Dark Purple #73116C

Tints of Dark Purple #73116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45%

R = 47.92%
G = 7.08%
B = 45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#73116C (or 0x73116C) is known color: Dark Purple. HEX triplet: 73, 11 and 6C. RGB value is (115,17,108). Sum of RGB (Red+Green+Blue) = 115+17+108=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73116C is #8CEE93. Grayscale: #383838. Windows color (decimal): -9236116 or 7082355. OLE color: 7082355.

HSL color Cylindrical-coordinate representation of color #73116C: hue angle of 304.29º 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 #73116C is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 17 108 -
CMYK 0 0.85 0.06 0.55
HSL 304.29º 0.74% 0.26% -
HSV(B) 304.29º 0.85% 0.45% -
XYZ 9.98 5.13 14.65 -
YUV 56.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 115 17 108 0 0.85 0.06 0.55 304.29 0.74 0.26
Hex 73 11 6C 0 55 6 37 130 4A 1A
Octal 163 21 154 0 125 6 67 460 112 32
Binary 1110011 10001 1101100 0 1010101 110 110111 100110000 1001010 11010

Color Harmonies of #73116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73116C

Black with #73116C

Text Example


Text Example

White with #73116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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