#750169

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

Shades of Purple #750169

Tints of Purple #750169

Color information

#750169 (or 0x750169) is unknown color: approx Purple. HEX triplet: 75, 01 and 69. RGB value is (117,1,105). Sum of RGB (Red+Green+Blue) = 117+1+105=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #750169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750169 is #8AFE96. Grayscale: #2F2F2F. Windows color (decimal): -9109143 or 6881653. OLE color: 6881653.

HSL color Cylindrical-coordinate representation of color #750169: hue angle of 306.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750169 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB1171105-
CMYK00.990.100.54
HSL306.21º98.31%23.14%-
HSV(B)306.21º99.15%45.88%-
XYZ9.94.8213.77-
YUV47.54160.43177.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=52.47%
G=0.45%
B=47.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117110500.990.100.54306.2198.3123.14
Hex75169063A361326217
Octal16511510143126646214227
Binary111010111101001011000111010110110100110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750169; }

 p { color: rgb(117,1,105); }

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

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

 a { background-color: rgb(117,1,105); }

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

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

 span { border-color: rgb(117,1,105); }

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