#750C76

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

Shades of Purple #750C76

Tints of Purple #750C76

Color information

#750C76 (or 0x750C76) is unknown color: approx Purple. HEX triplet: 75, 0C and 76. RGB value is (117,12,118). Sum of RGB (Red+Green+Blue) = 117+12+118=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #750C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750C76 is #8AF389. Grayscale: #373737. Windows color (decimal): -9106314 or 7736437. OLE color: 7736437.

HSL color Cylindrical-coordinate representation of color #750C76: hue angle of 299.43º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C76 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11712118-
CMYK0.010.9000.54
HSL299.43º81.54%25.49%-
HSV(B)299.43º89.83%46.27%-
XYZ10.745.3517.61-
YUV55.48163.29171.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=47.37%
G=4.86%
B=47.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117121180.010.9000.54299.4381.5425.49
Hex75C7615A03612b5219
Octal16514166113206645312231
Binary111010111001110110110110100110110100101011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,12,118); }

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

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

 a { background-color: rgb(117,12,118); }

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

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

 span { border-color: rgb(117,12,118); }

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