#75136F

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

Shades of Dark Purple #75136F

Tints of Dark Purple #75136F

Color information

#75136F (or 0x75136F) is unknown color: approx Dark Purple. HEX triplet: 75, 13 and 6F. RGB value is (117,19,111). Sum of RGB (Red+Green+Blue) = 117+19+111=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75136F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75136F is #8AEC90. Grayscale: #3A3A3A. Windows color (decimal): -9104529 or 7279477. OLE color: 7279477.

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

Color convert

RGB11719111-
CMYK00.840.050.54
HSL303.67º72.06%26.67%-
HSV(B)303.67º83.76%45.88%-
XYZ10.445.415.53-
YUV58.79157.47169.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 19 (7.81% from 255) = 7.69%
BLUE value IS 111 (43.75% from 255) = 44.94%
R=47.37%
G=7.69%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171911100.840.050.54303.6772.0626.67
Hex75136F054536130481b
Octal16523157012456646011033
Binary111010110011110111101010100101110110100110000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75136F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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