#75167C

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

Shades of Purple #75167C

Tints of Purple #75167C

Color information

#75167C (or 0x75167C) is unknown color: approx Purple. HEX triplet: 75, 16 and 7C. RGB value is (117,22,124). Sum of RGB (Red+Green+Blue) = 117+22+124=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #75167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75167C is #8AE983. Grayscale: #3D3D3D. Windows color (decimal): -9103748 or 8132213. OLE color: 8132213.

HSL color Cylindrical-coordinate representation of color #75167C: hue angle of 295.88º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75167C is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11722124-
CMYK0.060.8200.51
HSL295.88º69.86%28.63%-
HSV(B)295.88º82.26%48.63%-
XYZ11.265.8119.6-
YUV62.03162.97167.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 22 (8.98% from 255) = 8.37%
BLUE value IS 124 (48.83% from 255) = 47.15%
R=44.49%
G=8.37%
B=47.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117221240.060.8200.51295.8869.8628.63
Hex75167C652033128461d
Octal16526174612206345010635
Binary111010110110111110011010100100110011100101000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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