#7150AD

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

Shades of Studio #7150AD

Tints of Studio #7150AD

Color information

#7150AD (or 0x7150AD) is unknown color: approx Studio. HEX triplet: 71, 50 and AD. RGB value is (113,80,173). Sum of RGB (Red+Green+Blue) = 113+80+173=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #7150AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7150AD is #8EAF52. Grayscale: #646464. Windows color (decimal): -9350995 or 11358321. OLE color: 11358321.

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

Color convert

RGB11380173-
CMYK0.350.5400.32
HSL261.29º36.76%49.61%-
HSV(B)261.29º53.76%67.84%-
XYZ17.2212.2740.99-
YUV100.47168.93136.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=30.87%
G=21.86%
B=47.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113801730.350.5400.32261.2936.7649.61
Hex7150AD23360201052532
Octal16112025543660404054562
Binary11100011010000101011011000111101100100000100000101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7150AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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