#75146E

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

Shades of Dark Purple #75146E

Tints of Dark Purple #75146E

Color information

#75146E (or 0x75146E) is unknown color: approx Dark Purple. HEX triplet: 75, 14 and 6E. RGB value is (117,20,110). Sum of RGB (Red+Green+Blue) = 117+20+110=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75146E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75146E is #8AEB91. Grayscale: #3B3B3B. Windows color (decimal): -9104274 or 7214197. OLE color: 7214197.

HSL color Cylindrical-coordinate representation of color #75146E: hue angle of 304.33º 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 #75146E is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11720110-
CMYK00.830.060.54
HSL304.33º70.8%26.86%-
HSV(B)304.33º82.91%45.88%-
XYZ10.45.4115.25-
YUV59.26156.64169.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 20 (8.20% from 255) = 8.10%
BLUE value IS 110 (43.36% from 255) = 44.53%
R=47.37%
G=8.10%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172011000.830.060.54304.3370.826.86
Hex75146E053636130471b
Octal16524156012366646010733
Binary111010110100110111001010011110110110100110000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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