Html Css Color HEX #7A6298 Deluge

📋 copy color: '#7A6298'

red 122 ◦ green 98 ◦ blue 152

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

Shades of Deluge #7A6298

Tints of Deluge #7A6298

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.34%

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

R = 32.8%
G = 26.34%
B = 40.86%

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

#7A6298 (or 0x7A6298) is known color: Deluge. HEX triplet: 7A, 62 and 98. RGB value is (122,98,152). Sum of RGB (Red+Green+Blue) = 122+98+152=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A6298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6298 is #859D67. Grayscale: #6F6F6F. Windows color (decimal): -8756584 or 9986682. OLE color: 9986682.

HSL color Cylindrical-coordinate representation of color #7A6298: hue angle of 266.67º 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 #7A6298 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 122 98 152 -
CMYK 0.20 0.36 0 0.40
HSL 266.67º 0.22% 0.49% -
HSV(B) 266.67º 0.36% 0.6% -
XYZ 18.06 15.14 31.68 -
YUV 111.33 150.95 135.61 -
System Red Green Blue C M Y K H S L
Decimal 122 98 152 0.20 0.36 0 0.40 266.67 0.22 0.49
Hex 7A 62 98 14 24 0 28 10B 16 31
Octal 172 142 230 24 44 0 50 413 26 61
Binary 1111010 1100010 10011000 10100 100100 0 101000 100001011 10110 110001

Color Harmonies of #7A6298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6298

Black with #7A6298

Text Example


Text Example

White with #7A6298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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