#750193

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

Shades of Purple #750193

Tints of Purple #750193

Color information

#750193 (or 0x750193) is unknown color: approx Purple. HEX triplet: 75, 01 and 93. RGB value is (117,1,147). Sum of RGB (Red+Green+Blue) = 117+1+147=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #750193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750193 is #8AFE6C. Grayscale: #333333. Windows color (decimal): -9109101 or 9634165. OLE color: 9634165.

HSL color Cylindrical-coordinate representation of color #750193: hue angle of 287.67º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750193 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1171147-
CMYK0.200.9900.42
HSL287.67º98.65%29.02%-
HSV(B)287.67º99.32%57.65%-
XYZ12.615.9128.08-
YUV52.33181.43174.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 147 (57.81% from 255) = 55.47%
R=44.15%
G=0.38%
B=55.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11711470.200.9900.42287.6798.6529.02
Hex75193146302A120631d
Octal16512232414305244014335
Binary11101011100100111010011000110101010100100000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750193; }

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

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

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

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

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

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

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

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