#751493

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

Shades of Purple #751493

Tints of Purple #751493

Color information

#751493 (or 0x751493) is unknown color: approx Purple. HEX triplet: 75, 14 and 93. RGB value is (117,20,147). Sum of RGB (Red+Green+Blue) = 117+20+147=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #751493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751493 is #8AEB6C. Grayscale: #3F3F3F. Windows color (decimal): -9104237 or 9639029. OLE color: 9639029.

HSL color Cylindrical-coordinate representation of color #751493: hue angle of 285.83º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751493 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11720147-
CMYK0.200.8600.42
HSL285.83º76.05%32.75%-
HSV(B)285.83º86.39%57.65%-
XYZ12.856.3928.16-
YUV63.48175.14166.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 20 (8.20% from 255) = 7.04%
BLUE value IS 147 (57.81% from 255) = 51.76%
R=41.20%
G=7.04%
B=51.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117201470.200.8600.42285.8376.0532.75
Hex751493145602A11e4c21
Octal165242232412605243611441
Binary1110101101001001001110100101011001010101000111101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751493; }

 p { color: rgb(117,20,147); }

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

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

 a { background-color: rgb(117,20,147); }

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

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

 span { border-color: rgb(117,20,147); }

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