#751074

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

Shades of Purple #751074

Tints of Purple #751074

Color information

#751074 (or 0x751074) is unknown color: approx Purple. HEX triplet: 75, 10 and 74. RGB value is (117,16,116). Sum of RGB (Red+Green+Blue) = 117+16+116=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #751074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751074 is #8AEF8B. Grayscale: #393939. Windows color (decimal): -9105292 or 7606389. OLE color: 7606389.

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

Color convert

RGB11716116-
CMYK00.860.010.54
HSL300.59º75.94%26.08%-
HSV(B)300.59º86.32%45.88%-
XYZ10.675.4117.01-
YUV57.6160.96170.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 16 (6.64% from 255) = 6.43%
BLUE value IS 116 (45.70% from 255) = 46.59%
R=46.99%
G=6.43%
B=46.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171611600.860.010.54300.5975.9426.08
Hex75107405613612d4c1a
Octal16520164012616645511432
Binary1110101100001110100010101101110110100101101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751074; }

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

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

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

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

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

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

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

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