#73106c

Color #73106C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #73106C

Tints of Dark Purple #73106C

Color information

#73106C (or 0x73106C) is unknown color: approx Dark Purple. HEX triplet: 73, 10 and 6C. RGB value is (115,16,108). Sum of RGB (Red+Green+Blue) = 115+16+108=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #73106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73106C is #8CEF93. Grayscale: #373737. Windows color (decimal): -9236372 or 7082099. OLE color: 7082099.

HSL color Cylindrical-coordinate representation of color #73106C: hue angle of 304.24º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73106C is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11516108-
CMYK00.860.060.55
HSL304.24º75.57%25.69%-
HSV(B)304.24º86.09%45.1%-
XYZ9.965.114.65-
YUV56.09157.3170.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.12%
GREEN value IS 16 (6.64% from 255) = 6.69%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=48.12%
G=6.69%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151610800.860.060.55304.2475.5725.69
Hex73106C0566371304c1a
Octal16320154012666746011432
Binary111001110000110110001010110110110111100110000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73106c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73106c; }

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

 H1.HeaderClassName
 {
   color: #73106c;
 }
 .AnyTagClassName
 {
   color: #73106c;
 }
</style>
background-color css

<style>
 a { background-color: #73106c; }

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

 div.DivClassName
 {
   background-color: #73106c;
 }
 .BgClassName
 {
   background-color: #73106c;
 }
</style>
border-color css

<style>
 span { border-color: #73106c; }

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

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