#7446AF

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

Shades of Studio #7446AF

Tints of Studio #7446AF

Color information

#7446AF (or 0x7446AF) is unknown color: approx Studio. HEX triplet: 74, 46 and AF. RGB value is (116,70,175). Sum of RGB (Red+Green+Blue) = 116+70+175=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #7446AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7446AF is #8BB950. Grayscale: #5F5F5F. Windows color (decimal): -9156945 or 11486836. OLE color: 11486836.

HSL color Cylindrical-coordinate representation of color #7446AF: hue angle of 266.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7446AF is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11670175-
CMYK0.340.6000.31
HSL266.29º42.86%48.04%-
HSV(B)266.29º60%68.63%-
XYZ17.1311.1941.81-
YUV95.72172.74142.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 70 (27.73% from 255) = 19.39%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=32.13%
G=19.39%
B=48.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116701750.340.6000.31266.2942.8648.04
Hex7446AF223C01F10a2b30
Octal16410625742740374125360
Binary1110100100011010101111100010111100011111100001010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7446AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,70,175); }

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

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

 a { background-color: rgb(116,70,175); }

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

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

 span { border-color: rgb(116,70,175); }

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