Html Css Color HEX #7A559D Studio

📋 copy color: '#7A559D'

red 122 ◦ green 85 ◦ blue 157

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

Shades of Studio #7A559D

Tints of Studio #7A559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.35%

 BLUE value IS 157 (61.72% from 255) = 43.13%

R = 33.52%
G = 23.35%
B = 43.13%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A559D (or 0x7A559D) is known color: Studio. HEX triplet: 7A, 55 and 9D. RGB value is (122,85,157). Sum of RGB (Red+Green+Blue) = 122+85+157=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A559D is #85AA62. Grayscale: #686868. Windows color (decimal): -8759907 or 10311034. OLE color: 10311034.

HSL color Cylindrical-coordinate representation of color #7A559D: hue angle of 270.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A559D is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 85 157 -
CMYK 0.22 0.46 0 0.38
HSL 270.83º 0.3% 0.47% -
HSV(B) 270.83º 0.46% 0.62% -
XYZ 17.36 13.07 33.51 -
YUV 104.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 122 85 157 0.22 0.46 0 0.38 270.83 0.3 0.47
Hex 7A 55 9D 16 2E 0 26 10F 1E 2F
Octal 172 125 235 26 56 0 46 417 36 57
Binary 1111010 1010101 10011101 10110 101110 0 100110 100001111 11110 101111

Color Harmonies of #7A559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A559D

Black with #7A559D

Text Example


Text Example

White with #7A559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,85,157); }

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

background-color css

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

 a { background-color: rgb(122,85,157); }

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

border-color css

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

 span { border-color: rgb(122,85,157); }

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