#7946A5

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

Shades of Studio #7946A5

Tints of Studio #7946A5

Color information

#7946A5 (or 0x7946A5) is unknown color: approx Studio. HEX triplet: 79, 46 and A5. RGB value is (121,70,165). Sum of RGB (Red+Green+Blue) = 121+70+165=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 165 - color contains mainly: blue. Hex color #7946A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7946A5 is #86B95A. Grayscale: #5F5F5F. Windows color (decimal): -8829275 or 10831481. OLE color: 10831481.

HSL color Cylindrical-coordinate representation of color #7946A5: hue angle of 272.21º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7946A5 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12170165-
CMYK0.270.5800.35
HSL272.21º40.43%46.08%-
HSV(B)272.21º57.58%64.71%-
XYZ16.8711.1636.86-
YUV96.08166.9145.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.99%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 165 (64.84% from 255) = 46.35%
R=33.99%
G=19.66%
B=46.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121701650.270.5800.35272.2140.4346.08
Hex7946A51B3A023110282e
Octal17110624533720434205056
Binary1111001100011010100101110111110100100011100010000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7946A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7946A5; }

 p { color: rgb(121,70,165); }

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

<style>
 a { background-color: #7946A5; }

 a { background-color: rgb(121,70,165); }

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

<style>
 span { border-color: #7946A5; }

 span { border-color: rgb(121,70,165); }

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