#7D3AAB

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

Shades of Studio #7D3AAB

Tints of Studio #7D3AAB

Color information

#7D3AAB (or 0x7D3AAB) is unknown color: approx Studio. HEX triplet: 7D, 3A and AB. RGB value is (125,58,171). Sum of RGB (Red+Green+Blue) = 125+58+171=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D3AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3AAB is #82C554. Grayscale: #5A5A5A. Windows color (decimal): -8570197 or 11221629. OLE color: 11221629.

HSL color Cylindrical-coordinate representation of color #7D3AAB: hue angle of 275.58º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D3AAB is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12558171-
CMYK0.270.6600.33
HSL275.58º49.34%44.9%-
HSV(B)275.58º66.08%67.06%-
XYZ17.3210.3339.61-
YUV90.92173.2152.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.31%
GREEN value IS 58 (23.05% from 255) = 16.38%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=35.31%
G=16.38%
B=48.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125581710.270.6600.33275.5849.3444.9
Hex7D3AAB1B42021114312d
Octal17572253331020414246155
Binary1111101111010101010111101110000100100001100010100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,58,171); }

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

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

 a { background-color: rgb(125,58,171); }

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

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

 span { border-color: rgb(125,58,171); }

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