#7D55AC

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

Shades of Studio #7D55AC

Tints of Studio #7D55AC

Color information

#7D55AC (or 0x7D55AC) is unknown color: approx Studio. HEX triplet: 7D, 55 and AC. RGB value is (125,85,172). Sum of RGB (Red+Green+Blue) = 125+85+172=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D55AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D55AC is #82AA53. Grayscale: #6A6A6A. Windows color (decimal): -8563284 or 11294077. OLE color: 11294077.

HSL color Cylindrical-coordinate representation of color #7D55AC: hue angle of 267.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D55AC is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12585172-
CMYK0.270.5100.33
HSL267.59º34.39%50.39%-
HSV(B)267.59º50.58%67.45%-
XYZ19.1513.8440.69-
YUV106.88164.75140.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.72%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=32.72%
G=22.25%
B=45.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125851720.270.5100.33267.5934.3950.39
Hex7D55AC1B3302110c2232
Octal17512525433630414144262
Binary1111101101010110101100110111100110100001100001100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D55AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,85,172); }

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

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

 a { background-color: rgb(125,85,172); }

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

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

 span { border-color: rgb(125,85,172); }

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