Html Css Color HEX #7446AD Studio

📋 copy color: '#7446AD'

red 116 ◦ green 70 ◦ blue 173

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

Shades of Studio #7446AD

Tints of Studio #7446AD

RGB

 RED value IS 116 (45.7% from 255) = 32.31%

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

 BLUE value IS 173 (67.97% from 255) = 48.19%

R = 32.31%
G = 19.5%
B = 48.19%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7446AD (or 0x7446AD) is known color: Studio. HEX triplet: 74, 46 and AD. RGB value is (116,70,173). Sum of RGB (Red+Green+Blue) = 116+70+173=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #7446AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7446AD is #8BB952. Grayscale: #5F5F5F. Windows color (decimal): -9156947 or 11355764. OLE color: 11355764.

HSL color Cylindrical-coordinate representation of color #7446AD: hue angle of 266.8º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7446AD is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 70 173 -
CMYK 0.33 0.60 0 0.32
HSL 266.8º 0.42% 0.48% -
HSV(B) 266.8º 0.6% 0.68% -
XYZ 16.94 11.11 40.79 -
YUV 95.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 116 70 173 0.33 0.60 0 0.32 266.8 0.42 0.48
Hex 74 46 AD 21 3C 0 20 10B 2A 30
Octal 164 106 255 41 74 0 40 413 52 60
Binary 1110100 1000110 10101101 100001 111100 0 100000 100001011 101010 110000

Color Harmonies of #7446AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7446AD

Black with #7446AD

Text Example


Text Example

White with #7446AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7446AD;
 }
 .AnyTagClassName
 {
   color: #7446AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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