#7447AB

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

Shades of Studio #7447AB

Tints of Studio #7447AB

Color information

#7447AB (or 0x7447AB) is unknown color: approx Studio. HEX triplet: 74, 47 and AB. RGB value is (116,71,171). Sum of RGB (Red+Green+Blue) = 116+71+171=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #7447AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7447AB is #8BB854. Grayscale: #5F5F5F. Windows color (decimal): -9156693 or 11224948. OLE color: 11224948.

HSL color Cylindrical-coordinate representation of color #7447AB: hue angle of 267º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7447AB is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11671171-
CMYK0.320.5800.33
HSL267º41.32%47.45%-
HSV(B)267º58.48%67.06%-
XYZ16.8111.1639.8-
YUV95.85170.41142.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.40%
GREEN value IS 71 (28.12% from 255) = 19.83%
BLUE value IS 171 (67.19% from 255) = 47.77%
R=32.40%
G=19.83%
B=47.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116711710.320.5800.3326741.3247.45
Hex7447AB203A02110b292f
Octal16410725340720414135157
Binary11101001000111101010111000001110100100001100001011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7447AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7447AB; }

 p { color: rgb(116,71,171); }

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

<style>
 a { background-color: #7447AB; }

 a { background-color: rgb(116,71,171); }

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

<style>
 span { border-color: #7447AB; }

 span { border-color: rgb(116,71,171); }

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