#7A5BAD

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

Shades of Studio #7A5BAD

Tints of Studio #7A5BAD

Color information

#7A5BAD (or 0x7A5BAD) is unknown color: approx Studio. HEX triplet: 7A, 5B and AD. RGB value is (122,91,173). Sum of RGB (Red+Green+Blue) = 122+91+173=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A5BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5BAD is #85A452. Grayscale: #6D6D6D. Windows color (decimal): -8758355 or 11361146. OLE color: 11361146.

HSL color Cylindrical-coordinate representation of color #7A5BAD: hue angle of 262.68º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A5BAD is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12291173-
CMYK0.290.4700.32
HSL262.68º33.33%51.76%-
HSV(B)262.68º47.4%67.84%-
XYZ19.3114.6441.34-
YUV109.62163.77136.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.61%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=31.61%
G=23.58%
B=44.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122911730.290.4700.32262.6833.3351.76
Hex7A5BAD1D2F0201072134
Octal17213325535570404074164
Binary1111010101101110101101111011011110100000100000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A5BAD; }

 p { color: rgb(122,91,173); }

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

<style>
 a { background-color: #7A5BAD; }

 a { background-color: rgb(122,91,173); }

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

<style>
 span { border-color: #7A5BAD; }

 span { border-color: rgb(122,91,173); }

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