#7D3AAD

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

Shades of Studio #7D3AAD

Tints of Studio #7D3AAD

Color information

#7D3AAD (or 0x7D3AAD) is unknown color: approx Studio. HEX triplet: 7D, 3A and AD. RGB value is (125,58,173). Sum of RGB (Red+Green+Blue) = 125+58+173=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D3AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3AAD is #82C552. Grayscale: #5A5A5A. Windows color (decimal): -8570195 or 11352701. OLE color: 11352701.

HSL color Cylindrical-coordinate representation of color #7D3AAD: hue angle of 274.96º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D3AAD is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12558173-
CMYK0.280.6600.32
HSL274.96º49.78%45.29%-
HSV(B)274.96º66.47%67.84%-
XYZ17.5110.440.62-
YUV91.14174.2152.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.11%
GREEN value IS 58 (23.05% from 255) = 16.29%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=35.11%
G=16.29%
B=48.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125581730.280.6600.32274.9649.7845.29
Hex7D3AAD1C42020113322d
Octal17572255341020404236255
Binary1111101111010101011011110010000100100000100010011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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