#75117E

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

Shades of Purple #75117E

Tints of Purple #75117E

Color information

#75117E (or 0x75117E) is unknown color: approx Purple. HEX triplet: 75, 11 and 7E. RGB value is (117,17,126). Sum of RGB (Red+Green+Blue) = 117+17+126=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 126 - color contains mainly: blue. Hex color #75117E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75117E is #8AEE81. Grayscale: #3A3A3A. Windows color (decimal): -9105026 or 8262005. OLE color: 8262005.

HSL color Cylindrical-coordinate representation of color #75117E: hue angle of 295.05º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75117E is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11717126-
CMYK0.070.8700.51
HSL295.05º76.22%28.04%-
HSV(B)295.05º86.51%49.41%-
XYZ11.35.6920.24-
YUV59.33165.63169.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 17 (7.03% from 255) = 6.54%
BLUE value IS 126 (49.61% from 255) = 48.46%
R=45%
G=6.54%
B=48.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117171260.070.8700.51295.0576.2228.04
Hex75117E7570331274c1c
Octal16521176712706344711434
Binary111010110001111111011110101110110011100100111100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75117E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,17,126); }

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

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

 a { background-color: rgb(117,17,126); }

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

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

 span { border-color: rgb(117,17,126); }

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