Html Css Color HEX #7A46AD Studio

📋 copy color: '#7A46AD'

red 122 ◦ green 70 ◦ blue 173

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

Shades of Studio #7A46AD

Tints of Studio #7A46AD

RGB

 RED value IS 122 (48.05% from 255) = 33.42%

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

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

R = 33.42%
G = 19.18%
B = 47.4%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7A46AD (or 0x7A46AD) is known color: Studio. HEX triplet: 7A, 46 and AD. RGB value is (122,70,173). Sum of RGB (Red+Green+Blue) = 122+70+173=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A46AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A46AD is #85B952. Grayscale: #606060. Windows color (decimal): -8763731 or 11355770. OLE color: 11355770.

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

Color convert

RGB 122 70 173 -
CMYK 0.29 0.60 0 0.32
HSL 270.29º 0.42% 0.48% -
HSV(B) 270.29º 0.6% 0.68% -
XYZ 17.76 11.54 40.83 -
YUV 97.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 122 70 173 0.29 0.60 0 0.32 270.29 0.42 0.48
Hex 7A 46 AD 1D 3C 0 20 10E 2A 30
Octal 172 106 255 35 74 0 40 416 52 60
Binary 1111010 1000110 10101101 11101 111100 0 100000 100001110 101010 110000

Color Harmonies of #7A46AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A46AD

Black with #7A46AD

Text Example


Text Example

White with #7A46AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A46AD;
 }
 .AnyTagClassName
 {
   color: #7A46AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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