Html Css Color HEX #7946A3 Studio

📋 copy color: '#7946A3'

red 121 ◦ green 70 ◦ blue 163

#7946A3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #7946A3

Tints of Studio #7946A3

RGB

 RED value IS 121 (47.66% from 255) = 34.18%

 GREEN value IS 70 (27.73% from 255) = 19.77%

 BLUE value IS 163 (64.06% from 255) = 46.05%

R = 34.18%
G = 19.77%
B = 46.05%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7946A3 (or 0x7946A3) is known color: Studio. HEX triplet: 79, 46 and A3. RGB value is (121,70,163). Sum of RGB (Red+Green+Blue) = 121+70+163=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 163 (64.06% from 255 or 46.05% from 354); Max value from RGB is 163 - color contains mainly: blue. Hex color #7946A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7946A3 is #86B95C. Grayscale: #5F5F5F. Windows color (decimal): -8829277 or 10700409. OLE color: 10700409.

HSL color Cylindrical-coordinate representation of color #7946A3: hue angle of 272.9º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7946A3 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 121 70 163 -
CMYK 0.26 0.57 0 0.36
HSL 272.9º 0.4% 0.46% -
HSV(B) 272.9º 0.57% 0.64% -
XYZ 16.69 11.09 35.91 -
YUV 95.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 121 70 163 0.26 0.57 0 0.36 272.9 0.4 0.46
Hex 79 46 A3 1A 39 0 24 111 28 2E
Octal 171 106 243 32 71 0 44 421 50 56
Binary 1111001 1000110 10100011 11010 111001 0 100100 100010001 101000 101110

Color Harmonies of #7946A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7946A3

Black with #7946A3

Text Example


Text Example

White with #7946A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7946A3;
 }
 .AnyTagClassName
 {
   color: #7946A3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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