#7F46AF

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

Shades of Studio #7F46AF

Tints of Studio #7F46AF

Color information

#7F46AF (or 0x7F46AF) is unknown color: approx Studio. HEX triplet: 7F, 46 and AF. RGB value is (127,70,175). Sum of RGB (Red+Green+Blue) = 127+70+175=372 (49% of max value = 765). Red value is 127 (50% from 255 or 34.14% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F46AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F46AF is #80B950. Grayscale: #626262. Windows color (decimal): -8436049 or 11486847. OLE color: 11486847.

HSL color Cylindrical-coordinate representation of color #7F46AF: hue angle of 272.57º 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 #7F46AF is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12770175-
CMYK0.270.6000.31
HSL272.57º42.86%48.04%-
HSV(B)272.57º60%68.63%-
XYZ18.6811.9941.89-
YUV99.01170.88147.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.14%
GREEN value IS 70 (27.73% from 255) = 18.82%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=34.14%
G=18.82%
B=47.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127701750.270.6000.31272.5742.8648.04
Hex7F46AF1B3C01F1112b30
Octal17710625733740374215360
Binary111111110001101010111111011111100011111100010001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F46AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F46AF; }

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

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

<style>
 a { background-color: #7F46AF; }

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

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

<style>
 span { border-color: #7F46AF; }

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

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