#750261

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

Shades of Purple #750261

Tints of Purple #750261

Color information

#750261 (or 0x750261) is unknown color: approx Purple. HEX triplet: 75, 02 and 61. RGB value is (117,2,97). Sum of RGB (Red+Green+Blue) = 117+2+97=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #750261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750261 is #8AFD9E. Grayscale: #2E2E2E. Windows color (decimal): -9108895 or 6357621. OLE color: 6357621.

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

Color convert

RGB117297-
CMYK00.980.170.54
HSL310.43º96.64%23.33%-
HSV(B)310.43º98.29%45.88%-
XYZ9.524.6911.71-
YUV47.22156.1177.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=54.17%
G=0.93%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11729700.980.170.54310.4396.6423.33
Hex7526106211361366117
Octal16521410142216646614127
Binary11101011011000010110001010001110110100110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750261; }

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

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

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

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

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

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

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

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