#7D5CAD

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

Shades of Studio #7D5CAD

Tints of Studio #7D5CAD

Color information

#7D5CAD (or 0x7D5CAD) is unknown color: approx Studio. HEX triplet: 7D, 5C and AD. RGB value is (125,92,173). Sum of RGB (Red+Green+Blue) = 125+92+173=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D5CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5CAD is #82A352. Grayscale: #6E6E6E. Windows color (decimal): -8561491 or 11361405. OLE color: 11361405.

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

Color convert

RGB12592173-
CMYK0.280.4700.32
HSL264.44º33.06%51.96%-
HSV(B)264.44º46.82%67.84%-
XYZ19.8315.0341.39-
YUV111.1162.93137.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.05%
GREEN value IS 92 (36.33% from 255) = 23.59%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=32.05%
G=23.59%
B=44.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125921730.280.4700.32264.4433.0651.96
Hex7D5CAD1C2F0201082134
Octal17513425534570404104164
Binary1111101101110010101101111001011110100000100001000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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