#750473

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

Shades of Purple #750473

Tints of Purple #750473

Color information

#750473 (or 0x750473) is unknown color: approx Purple. HEX triplet: 75, 04 and 73. RGB value is (117,4,115). Sum of RGB (Red+Green+Blue) = 117+4+115=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #750473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750473 is #8AFB8C. Grayscale: #323232. Windows color (decimal): -9108365 or 7537781. OLE color: 7537781.

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

Color convert

RGB1174115-
CMYK00.970.020.54
HSL301.06º93.39%23.73%-
HSV(B)301.06º96.58%45.88%-
XYZ10.475.1116.65-
YUV50.44164.44175.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=49.58%
G=1.69%
B=48.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117411500.970.020.54301.0693.3923.73
Hex7547306123612d5d18
Octal1654163014126645513530
Binary111010110011100110110000110110110100101101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750473; }

 p { color: rgb(117,4,115); }

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

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

 a { background-color: rgb(117,4,115); }

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

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

 span { border-color: rgb(117,4,115); }

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