Html Css Color HEX #7A70AC Deluge

📋 copy color: '#7A70AC'

red 122 ◦ green 112 ◦ blue 172

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

Shades of Deluge #7A70AC

Tints of Deluge #7A70AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 30.05%
G = 27.59%
B = 42.36%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A70AC (or 0x7A70AC) is known color: Deluge. HEX triplet: 7A, 70 and AC. RGB value is (122,112,172). Sum of RGB (Red+Green+Blue) = 122+112+172=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A70AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A70AC is #858F53. Grayscale: #797979. Windows color (decimal): -8752980 or 11300986. OLE color: 11300986.

HSL color Cylindrical-coordinate representation of color #7A70AC: hue angle of 250º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A70AC is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 112 172 -
CMYK 0.29 0.35 0 0.33
HSL 250º 0.27% 0.56% -
HSV(B) 250º 0.35% 0.67% -
XYZ 21.27 18.7 41.52 -
YUV 121.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 122 112 172 0.29 0.35 0 0.33 250 0.27 0.56
Hex 7A 70 AC 1D 23 0 21 FA 1B 38
Octal 172 160 254 35 43 0 41 372 33 70
Binary 1111010 1110000 10101100 11101 100011 0 100001 11111010 11011 111000

Color Harmonies of #7A70AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A70AC

Black with #7A70AC

Text Example


Text Example

White with #7A70AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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