#7F45AB

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

Shades of Studio #7F45AB

Tints of Studio #7F45AB

Color information

#7F45AB (or 0x7F45AB) is unknown color: approx Studio. HEX triplet: 7F, 45 and AB. RGB value is (127,69,171). Sum of RGB (Red+Green+Blue) = 127+69+171=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F45AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F45AB is #80BA54. Grayscale: #616161. Windows color (decimal): -8436309 or 11224447. OLE color: 11224447.

HSL color Cylindrical-coordinate representation of color #7F45AB: hue angle of 274.12º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F45AB is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12769171-
CMYK0.260.6000.33
HSL274.12º42.5%47.06%-
HSV(B)274.12º59.65%67.06%-
XYZ18.2311.7139.83-
YUV97.97169.22148.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.60%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=34.60%
G=18.80%
B=46.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127691710.260.6000.33274.1242.547.06
Hex7F45AB1A3C0211122a2f
Octal17710525332740414225257
Binary1111111100010110101011110101111000100001100010010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F45AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,69,171); }

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

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

 a { background-color: rgb(127,69,171); }

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

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

 span { border-color: rgb(127,69,171); }

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