#7741AD

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

Shades of Studio #7741AD

Tints of Studio #7741AD

Color information

#7741AD (or 0x7741AD) is unknown color: approx Studio. HEX triplet: 77, 41 and AD. RGB value is (119,65,173). Sum of RGB (Red+Green+Blue) = 119+65+173=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #7741AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7741AD is #88BE52. Grayscale: #5D5D5D. Windows color (decimal): -8961619 or 11354487. OLE color: 11354487.

HSL color Cylindrical-coordinate representation of color #7741AD: hue angle of 270º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7741AD is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11965173-
CMYK0.310.6200.32
HSL270º45.38%46.67%-
HSV(B)270º62.43%67.84%-
XYZ17.0410.7240.71-
YUV93.46172.89146.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 65 (25.78% from 255) = 18.21%
BLUE value IS 173 (67.97% from 255) = 48.46%
R=33.33%
G=18.21%
B=48.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal119651730.310.6200.3227045.3846.67
Hex7741AD1F3E02010e2d2f
Octal16710125537760404165557
Binary1110111100000110101101111111111100100000100001110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7741AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7741AD; }

 p { color: rgb(119,65,173); }

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

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

 a { background-color: rgb(119,65,173); }

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

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

 span { border-color: rgb(119,65,173); }

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