Html Css Color HEX #7A6198 Deluge

📋 copy color: '#7A6198'

red 122 ◦ green 97 ◦ blue 152

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

Shades of Deluge #7A6198

Tints of Deluge #7A6198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.15%

 BLUE value IS 152 (59.77% from 255) = 40.97%

R = 32.88%
G = 26.15%
B = 40.97%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7A6198 (or 0x7A6198) is known color: Deluge. HEX triplet: 7A, 61 and 98. RGB value is (122,97,152). Sum of RGB (Red+Green+Blue) = 122+97+152=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A6198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6198 is #859E67. Grayscale: #6E6E6E. Windows color (decimal): -8756840 or 9986426. OLE color: 9986426.

HSL color Cylindrical-coordinate representation of color #7A6198: hue angle of 267.27º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A6198 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 122 97 152 -
CMYK 0.20 0.36 0 0.40
HSL 267.27º 0.22% 0.49% -
HSV(B) 267.27º 0.36% 0.6% -
XYZ 17.97 14.95 31.65 -
YUV 110.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 122 97 152 0.20 0.36 0 0.40 267.27 0.22 0.49
Hex 7A 61 98 14 24 0 28 10B 16 31
Octal 172 141 230 24 44 0 50 413 26 61
Binary 1111010 1100001 10011000 10100 100100 0 101000 100001011 10110 110001

Color Harmonies of #7A6198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6198

Black with #7A6198

Text Example


Text Example

White with #7A6198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,97,152); }

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

background-color css

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

 a { background-color: rgb(122,97,152); }

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

border-color css

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

 span { border-color: rgb(122,97,152); }

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