Html Css Color HEX #7A679D Deluge

📋 copy color: '#7A679D'

red 122 ◦ green 103 ◦ blue 157

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

Shades of Deluge #7A679D

Tints of Deluge #7A679D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.96%

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

R = 31.94%
G = 26.96%
B = 41.1%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A679D (or 0x7A679D) is known color: Deluge. HEX triplet: 7A, 67 and 9D. RGB value is (122,103,157). Sum of RGB (Red+Green+Blue) = 122+103+157=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A679D is #859862. Grayscale: #727272. Windows color (decimal): -8755299 or 10315642. OLE color: 10315642.

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

Color convert

RGB 122 103 157 -
CMYK 0.22 0.34 0 0.38
HSL 261.11º 0.22% 0.51% -
HSV(B) 261.11º 0.34% 0.62% -
XYZ 18.96 16.27 34.04 -
YUV 114.84 151.79 133.11 -
System Red Green Blue C M Y K H S L
Decimal 122 103 157 0.22 0.34 0 0.38 261.11 0.22 0.51
Hex 7A 67 9D 16 22 0 26 105 16 33
Octal 172 147 235 26 42 0 46 405 26 63
Binary 1111010 1100111 10011101 10110 100010 0 100110 100000101 10110 110011

Color Harmonies of #7A679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A679D

Black with #7A679D

Text Example


Text Example

White with #7A679D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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