#75008E

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

Shades of Purple #75008E

Tints of Purple #75008E

Color information

#75008E (or 0x75008E) is unknown color: approx Purple. HEX triplet: 75, 00 and 8E. RGB value is (117,0,142). Sum of RGB (Red+Green+Blue) = 117+0+142=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #75008E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75008E is #8AFF71. Grayscale: #323232. Windows color (decimal): -9109362 or 9306229. OLE color: 9306229.

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

Color convert

RGB1170142-
CMYK0.18100.44
HSL289.44º100%27.84%-
HSV(B)289.44º100%55.69%-
XYZ12.225.7326.05-
YUV51.17179.26174.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 54.83%
R=45.17%
G=0%
B=54.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11701420.18100.44289.4410027.84
Hex7508E126402C121641c
Octal16502162214405444114434
Binary11101010100011101001011001000101100100100001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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