#75117A

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

Shades of Purple #75117A

Tints of Purple #75117A

Color information

#75117A (or 0x75117A) is unknown color: approx Purple. HEX triplet: 75, 11 and 7A. RGB value is (117,17,122). Sum of RGB (Red+Green+Blue) = 117+17+122=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #75117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75117A is #8AEE85. Grayscale: #3A3A3A. Windows color (decimal): -9105030 or 7999861. OLE color: 7999861.

HSL color Cylindrical-coordinate representation of color #75117A: hue angle of 297.14º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75117A is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11717122-
CMYK0.040.8600.52
HSL297.14º75.54%27.25%-
HSV(B)297.14º86.07%47.84%-
XYZ11.055.5918.91-
YUV58.87163.63169.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 17 (7.03% from 255) = 6.64%
BLUE value IS 122 (48.05% from 255) = 47.66%
R=45.70%
G=6.64%
B=47.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117171220.040.8600.52297.1475.5427.25
Hex75117A4560341294c1b
Octal16521172412606445111433
Binary111010110001111101010010101100110100100101001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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