Html Css Color HEX #7A5196 Studio

📋 copy color: '#7A5196'

red 122 ◦ green 81 ◦ blue 150

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

Shades of Studio #7A5196

Tints of Studio #7A5196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.95%

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 34.56%
G = 22.95%
B = 42.49%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7A5196 (or 0x7A5196) is known color: Studio. HEX triplet: 7A, 51 and 96. RGB value is (122,81,150). Sum of RGB (Red+Green+Blue) = 122+81+150=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #7A5196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5196 is #85AE69. Grayscale: #646464. Windows color (decimal): -8760938 or 9851258. OLE color: 9851258.

HSL color Cylindrical-coordinate representation of color #7A5196: hue angle of 275.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A5196 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 122 81 150 -
CMYK 0.19 0.46 0 0.41
HSL 275.65º 0.3% 0.45% -
HSV(B) 275.65º 0.46% 0.59% -
XYZ 16.47 12.22 30.35 -
YUV 101.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 122 81 150 0.19 0.46 0 0.41 275.65 0.3 0.45
Hex 7A 51 96 13 2E 0 29 114 1E 2D
Octal 172 121 226 23 56 0 51 424 36 55
Binary 1111010 1010001 10010110 10011 101110 0 101001 100010100 11110 101101

Color Harmonies of #7A5196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5196

Black with #7A5196

Text Example


Text Example

White with #7A5196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,81,150); }

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

background-color css

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

 a { background-color: rgb(122,81,150); }

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

border-color css

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

 span { border-color: rgb(122,81,150); }

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