#750677

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

Shades of Purple #750677

Tints of Purple #750677

Color information

#750677 (or 0x750677) is unknown color: approx Purple. HEX triplet: 75, 06 and 77. RGB value is (117,6,119). Sum of RGB (Red+Green+Blue) = 117+6+119=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #750677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750677 is #8AF988. Grayscale: #333333. Windows color (decimal): -9107849 or 7800437. OLE color: 7800437.

HSL color Cylindrical-coordinate representation of color #750677: hue angle of 298.94º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750677 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1176119-
CMYK0.020.9500.53
HSL298.94º90.4%24.51%-
HSV(B)298.94º94.96%46.67%-
XYZ10.735.2417.9-
YUV52.07165.77174.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 6 (2.73% from 255) = 2.48%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=48.35%
G=2.48%
B=49.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11761190.020.9500.53298.9490.424.51
Hex7567725F03512b5a19
Octal1656167213706545313231
Binary111010111011101111010111110110101100101011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750677; }

 p { color: rgb(117,6,119); }

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

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

 a { background-color: rgb(117,6,119); }

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

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

 span { border-color: rgb(117,6,119); }

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