Html Css Color HEX #7A6EAC Deluge

📋 copy color: '#7A6EAC'

red 122 ◦ green 110 ◦ blue 172

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

Shades of Deluge #7A6EAC

Tints of Deluge #7A6EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.23%

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 30.2%
G = 27.23%
B = 42.57%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A6EAC (or 0x7A6EAC) is known color: Deluge. HEX triplet: 7A, 6E and AC. RGB value is (122,110,172). Sum of RGB (Red+Green+Blue) = 122+110+172=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A6EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6EAC is #859153. Grayscale: #787878. Windows color (decimal): -8753492 or 11300474. OLE color: 11300474.

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

Color convert

RGB 122 110 172 -
CMYK 0.29 0.36 0 0.33
HSL 251.61º 0.27% 0.55% -
HSV(B) 251.61º 0.36% 0.67% -
XYZ 21.05 18.27 41.45 -
YUV 120.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 122 110 172 0.29 0.36 0 0.33 251.61 0.27 0.55
Hex 7A 6E AC 1D 24 0 21 FC 1B 37
Octal 172 156 254 35 44 0 41 374 33 67
Binary 1111010 1101110 10101100 11101 100100 0 100001 11111100 11011 110111

Color Harmonies of #7A6EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6EAC

Black with #7A6EAC

Text Example


Text Example

White with #7A6EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,110,172); }

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

background-color css

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

 a { background-color: rgb(122,110,172); }

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

border-color css

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

 span { border-color: rgb(122,110,172); }

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