#750A6C

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

Shades of Purple #750A6C

Tints of Purple #750A6C

Color information

#750A6C (or 0x750A6C) is unknown color: approx Purple. HEX triplet: 75, 0A and 6C. RGB value is (117,10,108). Sum of RGB (Red+Green+Blue) = 117+10+108=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #750A6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750A6C is #8AF593. Grayscale: #343434. Windows color (decimal): -9106836 or 7080565. OLE color: 7080565.

HSL color Cylindrical-coordinate representation of color #750A6C: hue angle of 305.05º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A6C is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11710108-
CMYK00.910.080.54
HSL305.05º84.25%24.9%-
HSV(B)305.05º91.45%45.88%-
XYZ10.155.0814.63-
YUV53.16158.95173.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 10 (4.30% from 255) = 4.26%
BLUE value IS 108 (42.58% from 255) = 45.96%
R=49.79%
G=4.26%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171010800.910.080.54305.0584.2524.9
Hex75A6C05B8361315419
Octal165121540133106646112431
Binary111010110101101100010110111000110110100110001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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