#7751A3

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

Shades of Studio #7751A3

Tints of Studio #7751A3

Color information

#7751A3 (or 0x7751A3) is unknown color: approx Studio. HEX triplet: 77, 51 and A3. RGB value is (119,81,163). Sum of RGB (Red+Green+Blue) = 119+81+163=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 163 - color contains mainly: blue. Hex color #7751A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7751A3 is #88AE5C. Grayscale: #656565. Windows color (decimal): -8957533 or 10703223. OLE color: 10703223.

HSL color Cylindrical-coordinate representation of color #7751A3: hue angle of 267.8º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7751A3 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11981163-
CMYK0.270.5000.36
HSL267.8º33.61%47.84%-
HSV(B)267.8º50.31%63.92%-
XYZ17.1612.4536.15-
YUV101.71162.59140.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.78%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 163 (64.06% from 255) = 44.90%
R=32.78%
G=22.31%
B=44.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119811630.270.5000.36267.833.6147.84
Hex7751A31B3202410c2230
Octal16712124333620444144260
Binary1110111101000110100011110111100100100100100001100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7751A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7751A3; }

 p { color: rgb(119,81,163); }

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

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

 a { background-color: rgb(119,81,163); }

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

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

 span { border-color: rgb(119,81,163); }

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