#7443A1

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

Shades of Studio #7443A1

Tints of Studio #7443A1

Color information

#7443A1 (or 0x7443A1) is unknown color: approx Studio. HEX triplet: 74, 43 and A1. RGB value is (116,67,161). Sum of RGB (Red+Green+Blue) = 116+67+161=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 161 - color contains mainly: blue. Hex color #7443A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7443A1 is #8BBC5E. Grayscale: #5C5C5C. Windows color (decimal): -9157727 or 10568564. OLE color: 10568564.

HSL color Cylindrical-coordinate representation of color #7443A1: hue angle of 271.28º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7443A1 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11667161-
CMYK0.280.5800.37
HSL271.28º41.23%44.71%-
HSV(B)271.28º58.39%63.14%-
XYZ15.6410.334.88-
YUV92.37166.73144.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 67 (26.56% from 255) = 19.48%
BLUE value IS 161 (63.28% from 255) = 46.80%
R=33.72%
G=19.48%
B=46.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal116671610.280.5800.37271.2841.2344.71
Hex7443A11C3A02510f292d
Octal16410324134720454175155
Binary1110100100001110100001111001110100100101100001111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7443A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7443A1; }

 p { color: rgb(116,67,161); }

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

<style>
 a { background-color: #7443A1; }

 a { background-color: rgb(116,67,161); }

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

<style>
 span { border-color: #7443A1; }

 span { border-color: rgb(116,67,161); }

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