Html Css Color HEX #7A6398 Deluge

📋 copy color: '#7A6398'

red 122 ◦ green 99 ◦ blue 152

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

Shades of Deluge #7A6398

Tints of Deluge #7A6398

RGB

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

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

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

R = 32.71%
G = 26.54%
B = 40.75%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7A6398 (or 0x7A6398) is known color: Deluge. HEX triplet: 7A, 63 and 98. RGB value is (122,99,152). Sum of RGB (Red+Green+Blue) = 122+99+152=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A6398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6398 is #859C67. Grayscale: #6F6F6F. Windows color (decimal): -8756328 or 9986938. OLE color: 9986938.

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

Color convert

RGB 122 99 152 -
CMYK 0.20 0.35 0 0.40
HSL 266.04º 0.21% 0.49% -
HSV(B) 266.04º 0.35% 0.6% -
XYZ 18.16 15.33 31.71 -
YUV 111.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 122 99 152 0.20 0.35 0 0.40 266.04 0.21 0.49
Hex 7A 63 98 14 23 0 28 10A 15 31
Octal 172 143 230 24 43 0 50 412 25 61
Binary 1111010 1100011 10011000 10100 100011 0 101000 100001010 10101 110001

Color Harmonies of #7A6398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6398

Black with #7A6398

Text Example


Text Example

White with #7A6398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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