#75196D

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

Shades of Dark Purple #75196D

Tints of Dark Purple #75196D

Color information

#75196D (or 0x75196D) is unknown color: approx Dark Purple. HEX triplet: 75, 19 and 6D. RGB value is (117,25,109). Sum of RGB (Red+Green+Blue) = 117+25+109=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #75196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75196D is #8AE692. Grayscale: #3D3D3D. Windows color (decimal): -9102995 or 7149941. OLE color: 7149941.

HSL color Cylindrical-coordinate representation of color #75196D: hue angle of 305.22º 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 #75196D is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11725109-
CMYK00.790.070.54
HSL305.22º64.79%27.84%-
HSV(B)305.22º78.63%45.88%-
XYZ10.445.5814.99-
YUV62.08154.48167.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 25 (10.16% from 255) = 9.96%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=46.61%
G=9.96%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172510900.790.070.54305.2264.7927.84
Hex75196D04F736131411c
Octal16531155011776646110134
Binary111010111001110110101001111111110110100110001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75196D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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