#750a7f

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

Shades of Purple #750A7F

Tints of Purple #750A7F

Color information

#750A7F (or 0x750A7F) is unknown color: approx Purple. HEX triplet: 75, 0A and 7F. RGB value is (117,10,127). Sum of RGB (Red+Green+Blue) = 117+10+127=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #750A7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750A7F is #8AF580. Grayscale: #363636. Windows color (decimal): -9106817 or 8325749. OLE color: 8325749.

HSL color Cylindrical-coordinate representation of color #750A7F: hue angle of 294.87º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750A7F is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11710127-
CMYK0.080.9200.50
HSL294.87º85.4%26.86%-
HSV(B)294.87º92.13%49.8%-
XYZ11.285.5320.55-
YUV55.33168.45171.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 10 (4.30% from 255) = 3.94%
BLUE value IS 127 (50% from 255) = 50%
R=46.06%
G=3.94%
B=50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117101270.080.9200.50294.8785.426.86
Hex75A7F85C032127551b
Octal165121771013406244712533
Binary111010110101111111100010111000110010100100111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750a7f; }

 p { color: rgb(117,10,127); }

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

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

 a { background-color: rgb(117,10,127); }

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

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

 span { border-color: rgb(117,10,127); }

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