Html Css Color HEX #7A6397 Deluge

📋 copy color: '#7A6397'

red 122 ◦ green 99 ◦ blue 151

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

Shades of Deluge #7A6397

Tints of Deluge #7A6397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.61%

 BLUE value IS 151 (59.38% from 255) = 40.59%

R = 32.8%
G = 26.61%
B = 40.59%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7A6397 (or 0x7A6397) is known color: Deluge. HEX triplet: 7A, 63 and 97. RGB value is (122,99,151). Sum of RGB (Red+Green+Blue) = 122+99+151=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #7A6397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6397 is #859C68. Grayscale: #6F6F6F. Windows color (decimal): -8756329 or 9921402. OLE color: 9921402.

HSL color Cylindrical-coordinate representation of color #7A6397: hue angle of 266.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A6397 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 122 99 151 -
CMYK 0.19 0.34 0 0.41
HSL 266.54º 0.21% 0.49% -
HSV(B) 266.54º 0.34% 0.59% -
XYZ 18.07 15.3 31.28 -
YUV 111.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 122 99 151 0.19 0.34 0 0.41 266.54 0.21 0.49
Hex 7A 63 97 13 22 0 29 10B 15 31
Octal 172 143 227 23 42 0 51 413 25 61
Binary 1111010 1100011 10010111 10011 100010 0 101001 100001011 10101 110001

Color Harmonies of #7A6397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6397

Black with #7A6397

Text Example


Text Example

White with #7A6397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,99,151); }

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

background-color css

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

 a { background-color: rgb(122,99,151); }

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

border-color css

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

 span { border-color: rgb(122,99,151); }

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