Html Css Color HEX #7A6F91 Deluge

📋 copy color: '#7A6F91'

red 122 ◦ green 111 ◦ blue 145

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

Shades of Deluge #7A6F91

Tints of Deluge #7A6F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.36%

R = 32.28%
G = 29.37%
B = 38.36%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7A6F91 (or 0x7A6F91) is known color: Deluge. HEX triplet: 7A, 6F and 91. RGB value is (122,111,145). Sum of RGB (Red+Green+Blue) = 122+111+145=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A6F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6F91 is #85906E. Grayscale: #767676. Windows color (decimal): -8753263 or 9531258. OLE color: 9531258.

HSL color Cylindrical-coordinate representation of color #7A6F91: hue angle of 259.41º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A6F91 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 122 111 145 -
CMYK 0.16 0.23 0 0.43
HSL 259.41º 0.13% 0.5% -
HSV(B) 259.41º 0.23% 0.57% -
XYZ 18.82 17.55 29.18 -
YUV 118.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 122 111 145 0.16 0.23 0 0.43 259.41 0.13 0.5
Hex 7A 6F 91 10 17 0 2B 103 D 32
Octal 172 157 221 20 27 0 53 403 15 62
Binary 1111010 1101111 10010001 10000 10111 0 101011 100000011 1101 110010

Color Harmonies of #7A6F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6F91

Black with #7A6F91

Text Example


Text Example

White with #7A6F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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