#7250AD

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

Shades of Studio #7250AD

Tints of Studio #7250AD

Color information

#7250AD (or 0x7250AD) is unknown color: approx Studio. HEX triplet: 72, 50 and AD. RGB value is (114,80,173). Sum of RGB (Red+Green+Blue) = 114+80+173=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #7250AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7250AD is #8DAF52. Grayscale: #646464. Windows color (decimal): -9285459 or 11358322. OLE color: 11358322.

HSL color Cylindrical-coordinate representation of color #7250AD: hue angle of 261.94º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7250AD is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11480173-
CMYK0.340.5400.32
HSL261.94º36.76%49.61%-
HSV(B)261.94º53.76%67.84%-
XYZ17.3512.3341-
YUV100.77168.76137.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.06%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=31.06%
G=21.80%
B=47.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114801730.340.5400.32261.9436.7649.61
Hex7250AD22360201062532
Octal16212025542660404064562
Binary11100101010000101011011000101101100100000100000110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7250AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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