#750061

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

Shades of Purple #750061

Tints of Purple #750061

Color information

#750061 (or 0x750061) is unknown color: approx Purple. HEX triplet: 75, 00 and 61. RGB value is (117,0,97). Sum of RGB (Red+Green+Blue) = 117+0+97=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #750061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750061 is #8AFF9E. Grayscale: #2D2D2D. Windows color (decimal): -9109407 or 6357109. OLE color: 6357109.

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

Color convert

RGB117097-
CMYK010.170.54
HSL310.26º100%22.94%-
HSV(B)310.26º100%45.88%-
XYZ9.494.6411.71-
YUV46.04156.76178.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=54.67%
G=0%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117097010.170.54310.2610022.94
Hex7506106411361366417
Octal16501410144216646614427
Binary1110101011000010110010010001110110100110110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750061; }

 p { color: rgb(117,0,97); }

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

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

 a { background-color: rgb(117,0,97); }

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

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

 span { border-color: rgb(117,0,97); }

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