#7D5AA3

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

Shades of Studio #7D5AA3

Tints of Studio #7D5AA3

Color information

#7D5AA3 (or 0x7D5AA3) is unknown color: approx Studio. HEX triplet: 7D, 5A and A3. RGB value is (125,90,163). Sum of RGB (Red+Green+Blue) = 125+90+163=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 163 - color contains mainly: blue. Hex color #7D5AA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5AA3 is #82A55C. Grayscale: #6C6C6C. Windows color (decimal): -8562013 or 10705533. OLE color: 10705533.

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

Color convert

RGB12590163-
CMYK0.230.4500.36
HSL268.77º28.85%49.61%-
HSV(B)268.77º44.79%63.92%-
XYZ18.7214.3236.43-
YUV108.79158.6139.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.07%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 163 (64.06% from 255) = 43.12%
R=33.07%
G=23.81%
B=43.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal125901630.230.4500.36268.7728.8549.61
Hex7D5AA3172D02410d1d32
Octal17513224327550444153562
Binary111110110110101010001110111101101010010010000110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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