Html Css Color HEX #7A5199 Studio

📋 copy color: '#7A5199'

red 122 ◦ green 81 ◦ blue 153

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

Shades of Studio #7A5199

Tints of Studio #7A5199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.98%

R = 34.27%
G = 22.75%
B = 42.98%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7A5199 (or 0x7A5199) is known color: Studio. HEX triplet: 7A, 51 and 99. RGB value is (122,81,153). Sum of RGB (Red+Green+Blue) = 122+81+153=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A5199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5199 is #85AE66. Grayscale: #656565. Windows color (decimal): -8760935 or 10047866. OLE color: 10047866.

HSL color Cylindrical-coordinate representation of color #7A5199: hue angle of 274.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A5199 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 122 81 153 -
CMYK 0.20 0.47 0 0.4
HSL 274.17º 0.31% 0.46% -
HSV(B) 274.17º 0.47% 0.6% -
XYZ 16.72 12.32 31.63 -
YUV 101.47 157.08 142.65 -
System Red Green Blue C M Y K H S L
Decimal 122 81 153 0.20 0.47 0 0.4 274.17 0.31 0.46
Hex 7A 51 99 14 2F 0 28 112 1F 2E
Octal 172 121 231 24 57 0 50 422 37 56
Binary 1111010 1010001 10011001 10100 101111 0 101000 100010010 11111 101110

Color Harmonies of #7A5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5199

Black with #7A5199

Text Example


Text Example

White with #7A5199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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