#7841AB

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

Shades of Studio #7841AB

Tints of Studio #7841AB

Color information

#7841AB (or 0x7841AB) is unknown color: approx Studio. HEX triplet: 78, 41 and AB. RGB value is (120,65,171). Sum of RGB (Red+Green+Blue) = 120+65+171=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #7841AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7841AB is #87BE54. Grayscale: #5D5D5D. Windows color (decimal): -8896085 or 11223416. OLE color: 11223416.

HSL color Cylindrical-coordinate representation of color #7841AB: hue angle of 271.13º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7841AB is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12065171-
CMYK0.300.6200.33
HSL271.13º44.92%46.27%-
HSV(B)271.13º61.99%67.06%-
XYZ16.9910.7139.7-
YUV93.53171.72146.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.71%
GREEN value IS 65 (25.78% from 255) = 18.26%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=33.71%
G=18.26%
B=48.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120651710.300.6200.33271.1344.9246.27
Hex7841AB1E3E02110f2d2e
Octal17010125336760414175556
Binary1111000100000110101011111101111100100001100001111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7841AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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