#750F93

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

Shades of Purple #750F93

Tints of Purple #750F93

Color information

#750F93 (or 0x750F93) is unknown color: approx Purple. HEX triplet: 75, 0F and 93. RGB value is (117,15,147). Sum of RGB (Red+Green+Blue) = 117+15+147=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #750F93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750F93 is #8AF06C. Grayscale: #3C3C3C. Windows color (decimal): -9105517 or 9637749. OLE color: 9637749.

HSL color Cylindrical-coordinate representation of color #750F93: hue angle of 286.36º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750F93 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11715147-
CMYK0.200.9000.42
HSL286.36º81.48%31.76%-
HSV(B)286.36º89.8%57.65%-
XYZ12.776.2328.13-
YUV60.55176.79168.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 15 (6.25% from 255) = 5.38%
BLUE value IS 147 (57.81% from 255) = 52.69%
R=41.94%
G=5.38%
B=52.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117151470.200.9000.42286.3681.4831.76
Hex75F93145A02A11e5120
Octal165172232413205243612140
Binary111010111111001001110100101101001010101000111101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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