#7251AD

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

Shades of Studio #7251AD

Tints of Studio #7251AD

Color information

#7251AD (or 0x7251AD) is unknown color: approx Studio. HEX triplet: 72, 51 and AD. RGB value is (114,81,173). Sum of RGB (Red+Green+Blue) = 114+81+173=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #7251AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7251AD is #8DAE52. Grayscale: #656565. Windows color (decimal): -9285203 or 11358578. OLE color: 11358578.

HSL color Cylindrical-coordinate representation of color #7251AD: hue angle of 261.52º 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 #7251AD is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11481173-
CMYK0.340.5300.32
HSL261.52º36.22%49.8%-
HSV(B)261.52º53.18%67.84%-
XYZ17.4212.4841.03-
YUV101.35168.43137.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.98%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=30.98%
G=22.01%
B=47.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114811730.340.5300.32261.5236.2249.8
Hex7251AD22350201062432
Octal16212125542650404064462
Binary11100101010001101011011000101101010100000100000110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7251AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7251AD; }

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

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

<style>
 a { background-color: #7251AD; }

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

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

<style>
 span { border-color: #7251AD; }

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

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