#75196F

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

Shades of Dark Purple #75196F

Tints of Dark Purple #75196F

Color information

#75196F (or 0x75196F) is unknown color: approx Dark Purple. HEX triplet: 75, 19 and 6F. RGB value is (117,25,111). Sum of RGB (Red+Green+Blue) = 117+25+111=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #75196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75196F is #8AE690. Grayscale: #3E3E3E. Windows color (decimal): -9102993 or 7281013. OLE color: 7281013.

HSL color Cylindrical-coordinate representation of color #75196F: hue angle of 303.91º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75196F is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11725111-
CMYK00.790.050.54
HSL303.91º64.79%27.84%-
HSV(B)303.91º78.63%45.88%-
XYZ10.555.6215.57-
YUV62.31155.48167.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 25 (10.16% from 255) = 9.88%
BLUE value IS 111 (43.75% from 255) = 43.87%
R=46.25%
G=9.88%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172511100.790.050.54303.9164.7927.84
Hex75196F04F536130411c
Octal16531157011756646010134
Binary111010111001110111101001111101110110100110000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75196F; }

 p { color: rgb(117,25,111); }

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

<style>
 a { background-color: #75196F; }

 a { background-color: rgb(117,25,111); }

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

<style>
 span { border-color: #75196F; }

 span { border-color: rgb(117,25,111); }

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