Html Css Color HEX #7A6FAE Deluge

📋 copy color: '#7A6FAE'

red 122 ◦ green 111 ◦ blue 174

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

Shades of Deluge #7A6FAE

Tints of Deluge #7A6FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 29.98%
G = 27.27%
B = 42.75%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7A6FAE (or 0x7A6FAE) is known color: Deluge. HEX triplet: 7A, 6F and AE. RGB value is (122,111,174). Sum of RGB (Red+Green+Blue) = 122+111+174=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A6FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6FAE is #859051. Grayscale: #797979. Windows color (decimal): -8753234 or 11431802. OLE color: 11431802.

HSL color Cylindrical-coordinate representation of color #7A6FAE: hue angle of 250.48º degrees, saturation: 0.28, 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 #7A6FAE is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 111 174 -
CMYK 0.30 0.36 0 0.32
HSL 250.48º 0.28% 0.56% -
HSV(B) 250.48º 0.36% 0.68% -
XYZ 21.35 18.56 42.5 -
YUV 121.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 122 111 174 0.30 0.36 0 0.32 250.48 0.28 0.56
Hex 7A 6F AE 1E 24 0 20 FA 1C 38
Octal 172 157 256 36 44 0 40 372 34 70
Binary 1111010 1101111 10101110 11110 100100 0 100000 11111010 11100 111000

Color Harmonies of #7A6FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6FAE

Black with #7A6FAE

Text Example


Text Example

White with #7A6FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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