Html Css Color HEX #7A6CAE Deluge

📋 copy color: '#7A6CAE'

red 122 ◦ green 108 ◦ blue 174

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

Shades of Deluge #7A6CAE

Tints of Deluge #7A6CAE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.73%

 BLUE value IS 174 (68.36% from 255) = 43.07%

R = 30.2%
G = 26.73%
B = 43.07%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7A6CAE (or 0x7A6CAE) is known color: Deluge. HEX triplet: 7A, 6C and AE. RGB value is (122,108,174). Sum of RGB (Red+Green+Blue) = 122+108+174=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A6CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6CAE is #859351. Grayscale: #777777. Windows color (decimal): -8754002 or 11431034. OLE color: 11431034.

HSL color Cylindrical-coordinate representation of color #7A6CAE: hue angle of 252.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A6CAE is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 108 174 -
CMYK 0.30 0.38 0 0.32
HSL 252.73º 0.29% 0.55% -
HSV(B) 252.73º 0.38% 0.68% -
XYZ 21.03 17.92 42.39 -
YUV 119.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 122 108 174 0.30 0.38 0 0.32 252.73 0.29 0.55
Hex 7A 6C AE 1E 26 0 20 FD 1D 37
Octal 172 154 256 36 46 0 40 375 35 67
Binary 1111010 1101100 10101110 11110 100110 0 100000 11111101 11101 110111

Color Harmonies of #7A6CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6CAE

Black with #7A6CAE

Text Example


Text Example

White with #7A6CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,108,174); }

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

background-color css

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

 a { background-color: rgb(122,108,174); }

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

border-color css

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

 span { border-color: rgb(122,108,174); }

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