#75106A

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

Shades of Dark Purple #75106A

Tints of Dark Purple #75106A

Color information

#75106A (or 0x75106A) is unknown color: approx Dark Purple. HEX triplet: 75, 10 and 6A. RGB value is (117,16,106). Sum of RGB (Red+Green+Blue) = 117+16+106=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #75106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75106A is #8AEF95. Grayscale: #383838. Windows color (decimal): -9105302 or 6951029. OLE color: 6951029.

HSL color Cylindrical-coordinate representation of color #75106A: hue angle of 306.53º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75106A is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11716106-
CMYK00.860.090.54
HSL306.53º75.94%26.08%-
HSV(B)306.53º86.32%45.88%-
XYZ10.125.1914.1-
YUV56.46155.96171.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 16 (6.64% from 255) = 6.69%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=48.95%
G=6.69%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171610600.860.090.54306.5375.9426.08
Hex75106A0569361334c1a
Octal165201520126116646311432
Binary1110101100001101010010101101001110110100110011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75106A; }

 p { color: rgb(117,16,106); }

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

<style>
 a { background-color: #75106A; }

 a { background-color: rgb(117,16,106); }

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

<style>
 span { border-color: #75106A; }

 span { border-color: rgb(117,16,106); }

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