#750D92

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

Shades of Purple #750D92

Tints of Purple #750D92

Color information

#750D92 (or 0x750D92) is unknown color: approx Purple. HEX triplet: 75, 0D and 92. RGB value is (117,13,146). Sum of RGB (Red+Green+Blue) = 117+13+146=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #750D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750D92 is #8AF26D. Grayscale: #3A3A3A. Windows color (decimal): -9106030 or 9571701. OLE color: 9571701.

HSL color Cylindrical-coordinate representation of color #750D92: hue angle of 286.92º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750D92 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11713146-
CMYK0.200.9100.43
HSL286.92º83.65%31.18%-
HSV(B)286.92º91.1%57.25%-
XYZ12.676.1527.71-
YUV59.26176.96169.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 13 (5.47% from 255) = 4.71%
BLUE value IS 146 (57.42% from 255) = 52.90%
R=42.39%
G=4.71%
B=52.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117131460.200.9100.43286.9283.6531.18
Hex75D92145B02B11f541f
Octal165152222413305343712437
Binary11101011101100100101010010110110101011100011111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,13,146); }

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

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

 a { background-color: rgb(117,13,146); }

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

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

 span { border-color: rgb(117,13,146); }

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