#7841AE

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

Shades of Studio #7841AE

Tints of Studio #7841AE

Color information

#7841AE (or 0x7841AE) is unknown color: approx Studio. HEX triplet: 78, 41 and AE. RGB value is (120,65,174). Sum of RGB (Red+Green+Blue) = 120+65+174=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #7841AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7841AE is #87BE51. Grayscale: #5D5D5D. Windows color (decimal): -8896082 or 11420024. OLE color: 11420024.

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

Color convert

RGB12065174-
CMYK0.310.6300.32
HSL270.28º45.61%46.86%-
HSV(B)270.28º62.64%68.24%-
XYZ17.2810.8341.22-
YUV93.87173.22146.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.43%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 174 (68.36% from 255) = 48.47%
R=33.43%
G=18.11%
B=48.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120651740.310.6300.32270.2845.6146.86
Hex7841AE1F3F02010e2e2f
Octal17010125637770404165657
Binary1111000100000110101110111111111110100000100001110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7841AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7841AE; }

 p { color: rgb(120,65,174); }

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

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

 a { background-color: rgb(120,65,174); }

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

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

 span { border-color: rgb(120,65,174); }

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