#7D41AD

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

Shades of Studio #7D41AD

Tints of Studio #7D41AD

Color information

#7D41AD (or 0x7D41AD) is unknown color: approx Studio. HEX triplet: 7D, 41 and AD. RGB value is (125,65,173). Sum of RGB (Red+Green+Blue) = 125+65+173=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D41AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D41AD is #82BE52. Grayscale: #5E5E5E. Windows color (decimal): -8568403 or 11354493. OLE color: 11354493.

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

Color convert

RGB12565173-
CMYK0.280.6200.32
HSL273.33º45.38%46.67%-
HSV(B)273.33º62.43%67.84%-
XYZ17.8911.1640.75-
YUV95.25171.88149.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.44%
GREEN value IS 65 (25.78% from 255) = 17.91%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=34.44%
G=17.91%
B=47.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125651730.280.6200.32273.3345.3846.67
Hex7D41AD1C3E0201112d2f
Octal17510125534760404215557
Binary1111101100000110101101111001111100100000100010001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D41AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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