Html Css Color HEX #7A649F Deluge

📋 copy color: '#7A649F'

red 122 ◦ green 100 ◦ blue 159

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

Shades of Deluge #7A649F

Tints of Deluge #7A649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.25%

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 32.02%
G = 26.25%
B = 41.73%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A649F (or 0x7A649F) is known color: Deluge. HEX triplet: 7A, 64 and 9F. RGB value is (122,100,159). Sum of RGB (Red+Green+Blue) = 122+100+159=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A649F is #859B60. Grayscale: #717171. Windows color (decimal): -8756065 or 10445946. OLE color: 10445946.

HSL color Cylindrical-coordinate representation of color #7A649F: hue angle of 262.37º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A649F is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 100 159 -
CMYK 0.23 0.37 0 0.38
HSL 262.37º 0.24% 0.51% -
HSV(B) 262.37º 0.37% 0.62% -
XYZ 18.84 15.76 34.85 -
YUV 113.3 153.79 134.2 -
System Red Green Blue C M Y K H S L
Decimal 122 100 159 0.23 0.37 0 0.38 262.37 0.24 0.51
Hex 7A 64 9F 17 25 0 26 106 18 33
Octal 172 144 237 27 45 0 46 406 30 63
Binary 1111010 1100100 10011111 10111 100101 0 100110 100000110 11000 110011

Color Harmonies of #7A649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A649F

Black with #7A649F

Text Example


Text Example

White with #7A649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,100,159); }

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

background-color css

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

 a { background-color: rgb(122,100,159); }

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

border-color css

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

 span { border-color: rgb(122,100,159); }

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