#75158D

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

Shades of Purple #75158D

Tints of Purple #75158D

Color information

#75158D (or 0x75158D) is unknown color: approx Purple. HEX triplet: 75, 15 and 8D. RGB value is (117,21,141). Sum of RGB (Red+Green+Blue) = 117+21+141=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #75158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75158D is #8AEA72. Grayscale: #3F3F3F. Windows color (decimal): -9103987 or 9246069. OLE color: 9246069.

HSL color Cylindrical-coordinate representation of color #75158D: hue angle of 288º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75158D is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11721141-
CMYK0.170.8500.45
HSL288º74.07%31.76%-
HSV(B)288º85.11%55.29%-
XYZ12.416.2425.75-
YUV63.38171.8166.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 21 (8.59% from 255) = 7.53%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=41.94%
G=7.53%
B=50.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117211410.170.8500.4528874.0731.76
Hex75158D115502D1204a20
Octal165252152112505544011240
Binary1110101101011000110110001101010101011011001000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,21,141); }

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

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

 a { background-color: rgb(117,21,141); }

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

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

 span { border-color: rgb(117,21,141); }

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