#750174

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

Shades of Purple #750174

Tints of Purple #750174

Color information

#750174 (or 0x750174) is unknown color: approx Purple. HEX triplet: 75, 01 and 74. RGB value is (117,1,116). Sum of RGB (Red+Green+Blue) = 117+1+116=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #750174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750174 is #8AFE8B. Grayscale: #303030. Windows color (decimal): -9109132 or 7602549. OLE color: 7602549.

HSL color Cylindrical-coordinate representation of color #750174: hue angle of 300.52º 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 #750174 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB1171116-
CMYK00.990.010.54
HSL300.52º98.31%23.14%-
HSV(B)300.52º99.15%45.88%-
XYZ10.55.0616.95-
YUV48.79165.93176.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 116 (45.70% from 255) = 49.57%
R=50%
G=0.43%
B=49.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117111600.990.010.54300.5298.3123.14
Hex7517406313612d6217
Octal1651164014316645514227
Binary111010111110100011000111110110100101101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750174; }

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

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

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

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

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

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

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

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