#7F51AD

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

Shades of Studio #7F51AD

Tints of Studio #7F51AD

Color information

#7F51AD (or 0x7F51AD) is unknown color: approx Studio. HEX triplet: 7F, 51 and AD. RGB value is (127,81,173). Sum of RGB (Red+Green+Blue) = 127+81+173=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F51AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F51AD is #80AE52. Grayscale: #686868. Windows color (decimal): -8433235 or 11358591. OLE color: 11358591.

HSL color Cylindrical-coordinate representation of color #7F51AD: hue angle of 270º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F51AD is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12781173-
CMYK0.270.5300.32
HSL270º36.22%49.8%-
HSV(B)270º53.18%67.84%-
XYZ19.2413.4141.11-
YUV105.24166.24143.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.33%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=33.33%
G=21.26%
B=45.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127811730.270.5300.3227036.2249.8
Hex7F51AD1B3502010e2432
Octal17712125533650404164462
Binary1111111101000110101101110111101010100000100001110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F51AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,81,173); }

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

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

 a { background-color: rgb(127,81,173); }

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

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

 span { border-color: rgb(127,81,173); }

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