#7D46A3

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

Shades of Studio #7D46A3

Tints of Studio #7D46A3

Color information

#7D46A3 (or 0x7D46A3) is unknown color: approx Studio. HEX triplet: 7D, 46 and A3. RGB value is (125,70,163). Sum of RGB (Red+Green+Blue) = 125+70+163=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 163 - color contains mainly: blue. Hex color #7D46A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D46A3 is #82B95C. Grayscale: #606060. Windows color (decimal): -8567133 or 10700413. OLE color: 10700413.

HSL color Cylindrical-coordinate representation of color #7D46A3: hue angle of 275.48º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D46A3 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12570163-
CMYK0.230.5700.36
HSL275.48º39.91%45.69%-
HSV(B)275.48º57.06%63.92%-
XYZ17.2611.3835.94-
YUV97.05165.22147.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.92%
GREEN value IS 70 (27.73% from 255) = 19.55%
BLUE value IS 163 (64.06% from 255) = 45.53%
R=34.92%
G=19.55%
B=45.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal125701630.230.5700.36275.4839.9145.69
Hex7D46A31739024113282e
Octal17510624327710444235056
Binary1111101100011010100011101111110010100100100010011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D46A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,70,163); }

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

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

 a { background-color: rgb(125,70,163); }

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

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

 span { border-color: rgb(125,70,163); }

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