#7841AD

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

Shades of Studio #7841AD

Tints of Studio #7841AD

Color information

#7841AD (or 0x7841AD) is unknown color: approx Studio. HEX triplet: 78, 41 and AD. RGB value is (120,65,173). Sum of RGB (Red+Green+Blue) = 120+65+173=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #7841AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7841AD is #87BE52. Grayscale: #5D5D5D. Windows color (decimal): -8896083 or 11354488. OLE color: 11354488.

HSL color Cylindrical-coordinate representation of color #7841AD: hue angle of 270.56º 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 #7841AD is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12065173-
CMYK0.310.6200.32
HSL270.56º45.38%46.67%-
HSV(B)270.56º62.43%67.84%-
XYZ17.1810.7940.71-
YUV93.76172.72146.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 65 (25.78% from 255) = 18.16%
BLUE value IS 173 (67.97% from 255) = 48.32%
R=33.52%
G=18.16%
B=48.32%

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
Decimal120651730.310.6200.32270.5645.3846.67
Hex7841AD1F3E02010f2d2f
Octal17010125537760404175557
Binary1111000100000110101101111111111100100000100001111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7841AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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