#7151AF

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

Shades of Studio #7151AF

Tints of Studio #7151AF

Color information

#7151AF (or 0x7151AF) is unknown color: approx Studio. HEX triplet: 71, 51 and AF. RGB value is (113,81,175). Sum of RGB (Red+Green+Blue) = 113+81+175=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #7151AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7151AF is #8EAE50. Grayscale: #646464. Windows color (decimal): -9350737 or 11489649. OLE color: 11489649.

HSL color Cylindrical-coordinate representation of color #7151AF: hue angle of 260.43º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7151AF is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11381175-
CMYK0.350.5400.31
HSL260.43º37.01%50.2%-
HSV(B)260.43º53.71%68.63%-
XYZ17.4912.4942.05-
YUV101.28169.6136.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 175 (68.75% from 255) = 47.43%
R=30.62%
G=21.95%
B=47.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113811750.350.5400.31260.4337.0150.2
Hex7151AF233601F1042532
Octal16112125743660374044562
Binary1110001101000110101111100011110110011111100000100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7151AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7151AF; }

 p { color: rgb(113,81,175); }

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

<style>
 a { background-color: #7151AF; }

 a { background-color: rgb(113,81,175); }

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

<style>
 span { border-color: #7151AF; }

 span { border-color: rgb(113,81,175); }

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