#75196C

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

Shades of Dark Purple #75196C

Tints of Dark Purple #75196C

Color information

#75196C (or 0x75196C) is unknown color: approx Dark Purple. HEX triplet: 75, 19 and 6C. RGB value is (117,25,108). Sum of RGB (Red+Green+Blue) = 117+25+108=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75196C is #8AE693. Grayscale: #3D3D3D. Windows color (decimal): -9102996 or 7084405. OLE color: 7084405.

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

Color convert

RGB11725108-
CMYK00.790.080.54
HSL305.87º64.79%27.84%-
HSV(B)305.87º78.63%45.88%-
XYZ10.395.5614.71-
YUV61.97153.98167.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 25 (10.16% from 255) = 10%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=46.8%
G=10%
B=43.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172510800.790.080.54305.8764.7927.84
Hex75196C04F836132411c
Octal165311540117106646210134
Binary1110101110011101100010011111000110110100110010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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