#75136C

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

Shades of Dark Purple #75136C

Tints of Dark Purple #75136C

Color information

#75136C (or 0x75136C) is unknown color: approx Dark Purple. HEX triplet: 75, 13 and 6C. RGB value is (117,19,108). Sum of RGB (Red+Green+Blue) = 117+19+108=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75136C is #8AEC93. Grayscale: #3A3A3A. Windows color (decimal): -9104532 or 7082869. OLE color: 7082869.

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

Color convert

RGB11719108-
CMYK00.840.080.54
HSL305.51º72.06%26.67%-
HSV(B)305.51º83.76%45.88%-
XYZ10.285.3314.67-
YUV58.45155.97169.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 19 (7.81% from 255) = 7.79%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=47.95%
G=7.79%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171910800.840.080.54305.5172.0626.67
Hex75136C054836132481b
Octal165231540124106646211033
Binary1110101100111101100010101001000110110100110010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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