#75168D

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

Shades of Purple #75168D

Tints of Purple #75168D

Color information

#75168D (or 0x75168D) is unknown color: approx Purple. HEX triplet: 75, 16 and 8D. RGB value is (117,22,141). Sum of RGB (Red+Green+Blue) = 117+22+141=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #75168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75168D is #8AE972. Grayscale: #3F3F3F. Windows color (decimal): -9103731 or 9246325. OLE color: 9246325.

HSL color Cylindrical-coordinate representation of color #75168D: hue angle of 287.9º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75168D is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11722141-
CMYK0.170.8400.45
HSL287.9º73.01%31.96%-
HSV(B)287.9º84.4%55.29%-
XYZ12.436.2825.76-
YUV63.97171.47165.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 22 (8.98% from 255) = 7.86%
BLUE value IS 141 (55.47% from 255) = 50.36%
R=41.79%
G=7.86%
B=50.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117221410.170.8400.45287.973.0131.96
Hex75168D115402D1204920
Octal165262152112405544011140
Binary1110101101101000110110001101010001011011001000001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75168D; }

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

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

<style>
 a { background-color: #75168D; }

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

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

<style>
 span { border-color: #75168D; }

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

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