#7D5BAA

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

Shades of Studio #7D5BAA

Tints of Studio #7D5BAA

Color information

#7D5BAA (or 0x7D5BAA) is unknown color: approx Studio. HEX triplet: 7D, 5B and AA. RGB value is (125,91,170). Sum of RGB (Red+Green+Blue) = 125+91+170=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D5BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5BAA is #82A455. Grayscale: #6D6D6D. Windows color (decimal): -8561750 or 11164541. OLE color: 11164541.

HSL color Cylindrical-coordinate representation of color #7D5BAA: hue angle of 265.82º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D5BAA is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12591170-
CMYK0.260.4600.33
HSL265.82º31.73%51.18%-
HSV(B)265.82º46.47%66.67%-
XYZ19.4514.7439.85-
YUV110.17161.76138.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.38%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=32.38%
G=23.58%
B=44.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125911700.260.4600.33265.8231.7351.18
Hex7D5BAA1A2E02110a2033
Octal17513325232560414124063
Binary1111101101101110101010110101011100100001100001010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,91,170); }

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

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

 a { background-color: rgb(125,91,170); }

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

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

 span { border-color: rgb(125,91,170); }

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