#750974

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

Shades of Purple #750974

Tints of Purple #750974

Color information

#750974 (or 0x750974) is unknown color: approx Purple. HEX triplet: 75, 09 and 74. RGB value is (117,9,116). Sum of RGB (Red+Green+Blue) = 117+9+116=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #750974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750974 is #8AF68B. Grayscale: #353535. Windows color (decimal): -9107084 or 7604597. OLE color: 7604597.

HSL color Cylindrical-coordinate representation of color #750974: hue angle of 300.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750974 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB1179116-
CMYK00.920.010.54
HSL300.56º85.71%24.71%-
HSV(B)300.56º92.31%45.88%-
XYZ10.595.2416.98-
YUV53.49163.28173.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 9 (3.91% from 255) = 3.72%
BLUE value IS 116 (45.70% from 255) = 47.93%
R=48.35%
G=3.72%
B=47.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117911600.920.010.54300.5685.7124.71
Hex7597405C13612d5619
Octal16511164013416645512631
Binary111010110011110100010111001110110100101101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750974; }

 p { color: rgb(117,9,116); }

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

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

 a { background-color: rgb(117,9,116); }

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

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

 span { border-color: rgb(117,9,116); }

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