#75008D

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

Shades of Purple #75008D

Tints of Purple #75008D

Color information

#75008D (or 0x75008D) is unknown color: approx Purple. HEX triplet: 75, 00 and 8D. RGB value is (117,0,141). Sum of RGB (Red+Green+Blue) = 117+0+141=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #75008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75008D is #8AFF72. Grayscale: #323232. Windows color (decimal): -9109363 or 9240693. OLE color: 9240693.

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

Color convert

RGB1170141-
CMYK0.17100.45
HSL289.79º100%27.65%-
HSV(B)289.79º100%55.29%-
XYZ12.145.725.66-
YUV51.06178.76175.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 54.65%
R=45.35%
G=0%
B=54.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11701410.17100.45289.7910027.65
Hex7508D116402D122641c
Octal16502152114405544214434
Binary11101010100011011000111001000101101100100010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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