Html Css Color HEX #7A6795 Deluge

📋 copy color: '#7A6795'

red 122 ◦ green 103 ◦ blue 149

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

Shades of Deluge #7A6795

Tints of Deluge #7A6795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.84%

R = 32.62%
G = 27.54%
B = 39.84%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7A6795 (or 0x7A6795) is known color: Deluge. HEX triplet: 7A, 67 and 95. RGB value is (122,103,149). Sum of RGB (Red+Green+Blue) = 122+103+149=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A6795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6795 is #85986A. Grayscale: #717171. Windows color (decimal): -8755307 or 9791354. OLE color: 9791354.

HSL color Cylindrical-coordinate representation of color #7A6795: hue angle of 264.78º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A6795 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 103 149 -
CMYK 0.18 0.31 0 0.42
HSL 264.78º 0.18% 0.49% -
HSV(B) 264.78º 0.31% 0.58% -
XYZ 18.3 16.01 30.56 -
YUV 113.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 122 103 149 0.18 0.31 0 0.42 264.78 0.18 0.49
Hex 7A 67 95 12 1F 0 2A 109 12 31
Octal 172 147 225 22 37 0 52 411 22 61
Binary 1111010 1100111 10010101 10010 11111 0 101010 100001001 10010 110001

Color Harmonies of #7A6795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6795

Black with #7A6795

Text Example


Text Example

White with #7A6795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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