#750260

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

Shades of Purple #750260

Tints of Purple #750260

Color information

#750260 (or 0x750260) is unknown color: approx Purple. HEX triplet: 75, 02 and 60. RGB value is (117,2,96). Sum of RGB (Red+Green+Blue) = 117+2+96=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #750260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750260 is #8AFD9F. Grayscale: #2E2E2E. Windows color (decimal): -9108896 or 6292085. OLE color: 6292085.

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

Color convert

RGB117296-
CMYK00.980.180.54
HSL310.96º96.64%23.33%-
HSV(B)310.96º98.29%45.88%-
XYZ9.474.6711.47-
YUV47.1155.6177.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=54.42%
G=0.93%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11729600.980.180.54310.9696.6423.33
Hex7526006212361376117
Octal16521400142226646714127
Binary11101011011000000110001010010110110100110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750260; }

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

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

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

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

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

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

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

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