Html Css Color HEX #7A70AA Deluge

📋 copy color: '#7A70AA'

red 122 ◦ green 112 ◦ blue 170

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

Shades of Deluge #7A70AA

Tints of Deluge #7A70AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.72%

 BLUE value IS 170 (66.8% from 255) = 42.08%

R = 30.2%
G = 27.72%
B = 42.08%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A70AA (or 0x7A70AA) is known color: Deluge. HEX triplet: 7A, 70 and AA. RGB value is (122,112,170). Sum of RGB (Red+Green+Blue) = 122+112+170=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A70AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A70AA is #858F55. Grayscale: #797979. Windows color (decimal): -8752982 or 11169914. OLE color: 11169914.

HSL color Cylindrical-coordinate representation of color #7A70AA: hue angle of 250.34º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A70AA is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 112 170 -
CMYK 0.28 0.34 0 0.33
HSL 250.34º 0.25% 0.55% -
HSV(B) 250.34º 0.34% 0.67% -
XYZ 21.08 18.63 40.51 -
YUV 121.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 122 112 170 0.28 0.34 0 0.33 250.34 0.25 0.55
Hex 7A 70 AA 1C 22 0 21 FA 19 37
Octal 172 160 252 34 42 0 41 372 31 67
Binary 1111010 1110000 10101010 11100 100010 0 100001 11111010 11001 110111

Color Harmonies of #7A70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A70AA

Black with #7A70AA

Text Example


Text Example

White with #7A70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,112,170); }

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

background-color css

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

 a { background-color: rgb(122,112,170); }

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

border-color css

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

 span { border-color: rgb(122,112,170); }

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