#75157E

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

Shades of Purple #75157E

Tints of Purple #75157E

Color information

#75157E (or 0x75157E) is unknown color: approx Purple. HEX triplet: 75, 15 and 7E. RGB value is (117,21,126). Sum of RGB (Red+Green+Blue) = 117+21+126=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #75157E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75157E is #8AEA81. Grayscale: #3D3D3D. Windows color (decimal): -9104002 or 8263029. OLE color: 8263029.

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

Color convert

RGB11721126-
CMYK0.070.8300.51
HSL294.86º71.43%28.82%-
HSV(B)294.86º83.33%49.41%-
XYZ11.375.8220.26-
YUV61.67164.3167.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 21 (8.59% from 255) = 7.95%
BLUE value IS 126 (49.61% from 255) = 47.73%
R=44.32%
G=7.95%
B=47.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117211260.070.8300.51294.8671.4328.82
Hex75157E753033127471d
Octal16525176712306344710735
Binary111010110101111111011110100110110011100100111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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