Html Css Color HEX #7A5696 Studio

📋 copy color: '#7A5696'

red 122 ◦ green 86 ◦ blue 150

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

Shades of Studio #7A5696

Tints of Studio #7A5696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

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

R = 34.08%
G = 24.02%
B = 41.9%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7A5696 (or 0x7A5696) is known color: Studio. HEX triplet: 7A, 56 and 96. RGB value is (122,86,150). Sum of RGB (Red+Green+Blue) = 122+86+150=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #7A5696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5696 is #85A969. Grayscale: #676767. Windows color (decimal): -8759658 or 9852538. OLE color: 9852538.

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

Color convert

RGB 122 86 150 -
CMYK 0.19 0.43 0 0.41
HSL 273.75º 0.27% 0.46% -
HSV(B) 273.75º 0.43% 0.59% -
XYZ 16.86 13 30.47 -
YUV 104.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 122 86 150 0.19 0.43 0 0.41 273.75 0.27 0.46
Hex 7A 56 96 13 2B 0 29 112 1B 2E
Octal 172 126 226 23 53 0 51 422 33 56
Binary 1111010 1010110 10010110 10011 101011 0 101001 100010010 11011 101110

Color Harmonies of #7A5696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5696

Black with #7A5696

Text Example


Text Example

White with #7A5696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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