#7F56AB

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

Shades of Studio #7F56AB

Tints of Studio #7F56AB

Color information

#7F56AB (or 0x7F56AB) is unknown color: approx Studio. HEX triplet: 7F, 56 and AB. RGB value is (127,86,171). Sum of RGB (Red+Green+Blue) = 127+86+171=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F56AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F56AB is #80A954. Grayscale: #6B6B6B. Windows color (decimal): -8431957 or 11228799. OLE color: 11228799.

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

Color convert

RGB12786171-
CMYK0.260.5000.33
HSL268.94º33.6%50.39%-
HSV(B)268.94º49.71%67.06%-
XYZ19.4314.1140.23-
YUV107.95163.58141.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.07%
GREEN value IS 86 (33.98% from 255) = 22.40%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=33.07%
G=22.40%
B=44.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127861710.260.5000.33268.9433.650.39
Hex7F56AB1A3202110d2232
Octal17712625332620414154262
Binary1111111101011010101011110101100100100001100001101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F56AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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