#75106C

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

Shades of Dark Purple #75106C

Tints of Dark Purple #75106C

Color information

#75106C (or 0x75106C) is unknown color: approx Dark Purple. HEX triplet: 75, 10 and 6C. RGB value is (117,16,108). Sum of RGB (Red+Green+Blue) = 117+16+108=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #75106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75106C is #8AEF93. Grayscale: #383838. Windows color (decimal): -9105300 or 7082101. OLE color: 7082101.

HSL color Cylindrical-coordinate representation of color #75106C: hue angle of 305.35º 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 #75106C is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11716108-
CMYK00.860.080.54
HSL305.35º75.94%26.08%-
HSV(B)305.35º86.32%45.88%-
XYZ10.235.2414.66-
YUV56.69156.96171.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 16 (6.64% from 255) = 6.64%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=48.55%
G=6.64%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171610800.860.080.54305.3575.9426.08
Hex75106C0568361314c1a
Octal165201540126106646111432
Binary1110101100001101100010101101000110110100110001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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