Html Css Color HEX #7A71A6 Deluge

📋 copy color: '#7A71A6'

red 122 ◦ green 113 ◦ blue 166

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

Shades of Deluge #7A71A6

Tints of Deluge #7A71A6

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.18%

 BLUE value IS 166 (65.23% from 255) = 41.4%

R = 30.42%
G = 28.18%
B = 41.4%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7A71A6 (or 0x7A71A6) is known color: Deluge. HEX triplet: 7A, 71 and A6. RGB value is (122,113,166). Sum of RGB (Red+Green+Blue) = 122+113+166=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 166 - color contains mainly: blue. Hex color #7A71A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A71A6 is #858E59. Grayscale: #797979. Windows color (decimal): -8752730 or 10908026. OLE color: 10908026.

HSL color Cylindrical-coordinate representation of color #7A71A6: hue angle of 250.19º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A71A6 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 113 166 -
CMYK 0.27 0.32 0 0.35
HSL 250.19º 0.23% 0.55% -
HSV(B) 250.19º 0.32% 0.65% -
XYZ 20.81 18.7 38.59 -
YUV 121.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 122 113 166 0.27 0.32 0 0.35 250.19 0.23 0.55
Hex 7A 71 A6 1B 20 0 23 FA 17 37
Octal 172 161 246 33 40 0 43 372 27 67
Binary 1111010 1110001 10100110 11011 100000 0 100011 11111010 10111 110111

Color Harmonies of #7A71A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A71A6

Black with #7A71A6

Text Example


Text Example

White with #7A71A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,113,166); }

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

background-color css

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

 a { background-color: rgb(122,113,166); }

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

border-color css

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

 span { border-color: rgb(122,113,166); }

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