#75167A

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

Shades of Purple #75167A

Tints of Purple #75167A

Color information

#75167A (or 0x75167A) is unknown color: approx Purple. HEX triplet: 75, 16 and 7A. RGB value is (117,22,122). Sum of RGB (Red+Green+Blue) = 117+22+122=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #75167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75167A is #8AE985. Grayscale: #3D3D3D. Windows color (decimal): -9103750 or 8001141. OLE color: 8001141.

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

Color convert

RGB11722122-
CMYK0.040.8200.52
HSL297º69.44%28.24%-
HSV(B)297º81.97%47.84%-
XYZ11.145.7618.94-
YUV61.8161.97167.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 22 (8.98% from 255) = 8.43%
BLUE value IS 122 (48.05% from 255) = 46.74%
R=44.83%
G=8.43%
B=46.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117221220.040.8200.5229769.4428.24
Hex75167A452034129451c
Octal16526172412206445110534
Binary111010110110111101010010100100110100100101001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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