Html Css Color HEX #7A6D8D Topaz

📋 copy color: '#7A6D8D'

red 122 ◦ green 109 ◦ blue 141

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

Shades of Topaz #7A6D8D

Tints of Topaz #7A6D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.3%

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 32.8%
G = 29.3%
B = 37.9%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A6D8D (or 0x7A6D8D) is known color: Topaz. HEX triplet: 7A, 6D and 8D. RGB value is (122,109,141). Sum of RGB (Red+Green+Blue) = 122+109+141=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A6D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6D8D is #859272. Grayscale: #747474. Windows color (decimal): -8753779 or 9268602. OLE color: 9268602.

HSL color Cylindrical-coordinate representation of color #7A6D8D: hue angle of 264.38º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A6D8D is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 122 109 141 -
CMYK 0.13 0.23 0 0.45
HSL 264.38º 0.13% 0.49% -
HSV(B) 264.38º 0.23% 0.55% -
XYZ 18.3 17 27.52 -
YUV 116.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 122 109 141 0.13 0.23 0 0.45 264.38 0.13 0.49
Hex 7A 6D 8D D 17 0 2D 108 D 31
Octal 172 155 215 15 27 0 55 410 15 61
Binary 1111010 1101101 10001101 1101 10111 0 101101 100001000 1101 110001

Color Harmonies of #7A6D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6D8D

Black with #7A6D8D

Text Example


Text Example

White with #7A6D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,109,141); }

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

background-color css

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

 a { background-color: rgb(122,109,141); }

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

border-color css

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

 span { border-color: rgb(122,109,141); }

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