Html Css Color HEX #7A6FAD Deluge

📋 copy color: '#7A6FAD'

red 122 ◦ green 111 ◦ blue 173

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

Shades of Deluge #7A6FAD

Tints of Deluge #7A6FAD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.34%

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 30.05%
G = 27.34%
B = 42.61%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7A6FAD (or 0x7A6FAD) is known color: Deluge. HEX triplet: 7A, 6F and AD. RGB value is (122,111,173). Sum of RGB (Red+Green+Blue) = 122+111+173=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A6FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6FAD is #859052. Grayscale: #797979. Windows color (decimal): -8753235 or 11366266. OLE color: 11366266.

HSL color Cylindrical-coordinate representation of color #7A6FAD: hue angle of 250.65º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A6FAD is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 111 173 -
CMYK 0.29 0.36 0 0.32
HSL 250.65º 0.27% 0.56% -
HSV(B) 250.65º 0.36% 0.68% -
XYZ 21.25 18.52 41.99 -
YUV 121.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 122 111 173 0.29 0.36 0 0.32 250.65 0.27 0.56
Hex 7A 6F AD 1D 24 0 20 FB 1B 38
Octal 172 157 255 35 44 0 40 373 33 70
Binary 1111010 1101111 10101101 11101 100100 0 100000 11111011 11011 111000

Color Harmonies of #7A6FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6FAD

Black with #7A6FAD

Text Example


Text Example

White with #7A6FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,111,173); }

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

background-color css

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

 a { background-color: rgb(122,111,173); }

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

border-color css

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

 span { border-color: rgb(122,111,173); }

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