#7251AF

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

Shades of Studio #7251AF

Tints of Studio #7251AF

Color information

#7251AF (or 0x7251AF) is unknown color: approx Studio. HEX triplet: 72, 51 and AF. RGB value is (114,81,175). Sum of RGB (Red+Green+Blue) = 114+81+175=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #7251AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7251AF is #8DAE50. Grayscale: #656565. Windows color (decimal): -9285201 or 11489650. OLE color: 11489650.

HSL color Cylindrical-coordinate representation of color #7251AF: hue angle of 261.06º 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 #7251AF is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11481175-
CMYK0.350.5400.31
HSL261.06º37.01%50.2%-
HSV(B)261.06º53.71%68.63%-
XYZ17.6212.5642.05-
YUV101.58169.43136.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=30.81%
G=21.89%
B=47.30%

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
Decimal114811750.350.5400.31261.0637.0150.2
Hex7251AF233601F1052532
Octal16212125743660374054562
Binary1110010101000110101111100011110110011111100000101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7251AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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