#75146A

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

Shades of Dark Purple #75146A

Tints of Dark Purple #75146A

Color information

#75146A (or 0x75146A) is unknown color: approx Dark Purple. HEX triplet: 75, 14 and 6A. RGB value is (117,20,106). Sum of RGB (Red+Green+Blue) = 117+20+106=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75146A is #8AEB95. Grayscale: #3A3A3A. Windows color (decimal): -9104278 or 6952053. OLE color: 6952053.

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

Color convert

RGB11720106-
CMYK00.830.090.54
HSL306.8º70.8%26.86%-
HSV(B)306.8º82.91%45.88%-
XYZ10.195.3214.13-
YUV58.81154.64169.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 20 (8.20% from 255) = 8.23%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=48.15%
G=8.23%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172010600.830.090.54306.870.826.86
Hex75146A053936133471b
Octal165241520123116646310733
Binary1110101101001101010010100111001110110100110011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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