Html Css Color HEX #7A72AA Deluge

📋 copy color: '#7A72AA'

red 122 ◦ green 114 ◦ blue 170

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

Shades of Deluge #7A72AA

Tints of Deluge #7A72AA

RGB

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

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

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

R = 30.05%
G = 28.08%
B = 41.87%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A72AA (or 0x7A72AA) is known color: Deluge. HEX triplet: 7A, 72 and AA. RGB value is (122,114,170). Sum of RGB (Red+Green+Blue) = 122+114+170=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A72AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A72AA is #858D55. Grayscale: #7A7A7A. Windows color (decimal): -8752470 or 11170426. OLE color: 11170426.

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

Color convert

RGB 122 114 170 -
CMYK 0.28 0.33 0 0.33
HSL 248.57º 0.25% 0.56% -
HSV(B) 248.57º 0.33% 0.67% -
XYZ 21.3 19.07 40.59 -
YUV 122.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 122 114 170 0.28 0.33 0 0.33 248.57 0.25 0.56
Hex 7A 72 AA 1C 21 0 21 F9 19 38
Octal 172 162 252 34 41 0 41 371 31 70
Binary 1111010 1110010 10101010 11100 100001 0 100001 11111001 11001 111000

Color Harmonies of #7A72AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A72AA

Black with #7A72AA

Text Example


Text Example

White with #7A72AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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