Html Css Color HEX #7A72AC Deluge

📋 copy color: '#7A72AC'

red 122 ◦ green 114 ◦ blue 172

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

Shades of Deluge #7A72AC

Tints of Deluge #7A72AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.94%

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

R = 29.9%
G = 27.94%
B = 42.16%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A72AC (or 0x7A72AC) is known color: Deluge. HEX triplet: 7A, 72 and AC. RGB value is (122,114,172). Sum of RGB (Red+Green+Blue) = 122+114+172=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A72AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A72AC is #858D53. Grayscale: #7A7A7A. Windows color (decimal): -8752468 or 11301498. OLE color: 11301498.

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

Color convert

RGB 122 114 172 -
CMYK 0.29 0.34 0 0.33
HSL 248.28º 0.26% 0.56% -
HSV(B) 248.28º 0.34% 0.67% -
XYZ 21.49 19.15 41.59 -
YUV 123 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 122 114 172 0.29 0.34 0 0.33 248.28 0.26 0.56
Hex 7A 72 AC 1D 22 0 21 F8 1A 38
Octal 172 162 254 35 42 0 41 370 32 70
Binary 1111010 1110010 10101100 11101 100010 0 100001 11111000 11010 111000

Color Harmonies of #7A72AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A72AC

Black with #7A72AC

Text Example


Text Example

White with #7A72AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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