#750D7C

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

Shades of Purple #750D7C

Tints of Purple #750D7C

Color information

#750D7C (or 0x750D7C) is unknown color: approx Purple. HEX triplet: 75, 0D and 7C. RGB value is (117,13,124). Sum of RGB (Red+Green+Blue) = 117+13+124=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #750D7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D7C is #8AF283. Grayscale: #383838. Windows color (decimal): -9106052 or 8129909. OLE color: 8129909.

HSL color Cylindrical-coordinate representation of color #750D7C: hue angle of 296.22º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750D7C is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11713124-
CMYK0.060.9000.51
HSL296.22º81.02%26.86%-
HSV(B)296.22º89.52%48.63%-
XYZ11.125.5219.55-
YUV56.75165.96170.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 13 (5.47% from 255) = 5.12%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=46.06%
G=5.12%
B=48.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117131240.060.9000.51296.2281.0226.86
Hex75D7C65A033128511b
Octal16515174613206345012133
Binary11101011101111110011010110100110011100101000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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