Html Css Color HEX #73156E Dark Purple

📋 copy color: '#73156E'

red 115 ◦ green 21 ◦ blue 110

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

Shades of Dark Purple #73156E

Tints of Dark Purple #73156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.54%

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

R = 46.75%
G = 8.54%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#73156E (or 0x73156E) is known color: Dark Purple. HEX triplet: 73, 15 and 6E. RGB value is (115,21,110). Sum of RGB (Red+Green+Blue) = 115+21+110=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73156E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73156E is #8CEA91. Grayscale: #3A3A3A. Windows color (decimal): -9235090 or 7214451. OLE color: 7214451.

HSL color Cylindrical-coordinate representation of color #73156E: hue angle of 303.19º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73156E is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 110 -
CMYK 0 0.82 0.04 0.55
HSL 303.19º 0.69% 0.27% -
HSV(B) 303.19º 0.82% 0.45% -
XYZ 10.15 5.31 15.24 -
YUV 59.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 115 21 110 0 0.82 0.04 0.55 303.19 0.69 0.27
Hex 73 15 6E 0 52 4 37 12F 45 1B
Octal 163 25 156 0 122 4 67 457 105 33
Binary 1110011 10101 1101110 0 1010010 100 110111 100101111 1000101 11011

Color Harmonies of #73156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73156E

Black with #73156E

Text Example


Text Example

White with #73156E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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