#750073

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

Shades of Purple #750073

Tints of Purple #750073

Color information

#750073 (or 0x750073) is unknown color: approx Purple. HEX triplet: 75, 00 and 73. RGB value is (117,0,115). Sum of RGB (Red+Green+Blue) = 117+0+115=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #750073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750073 is #8AFF8C. Grayscale: #2F2F2F. Windows color (decimal): -9109389 or 7536757. OLE color: 7536757.

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

Color convert

RGB1170115-
CMYK010.020.54
HSL301.03º100%22.94%-
HSV(B)301.03º100%45.88%-
XYZ10.435.0216.64-
YUV48.09165.76177.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 49.57%
R=50.43%
G=0%
B=49.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1170115010.020.54301.0310022.94
Hex7507306423612d6417
Octal1650163014426645514427
Binary1110101011100110110010010110110100101101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750073; }

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

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

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

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

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

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

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

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