Html Css Color HEX #7D72AC Deluge

📋 copy color: '#7D72AC'

red 125 ◦ green 114 ◦ blue 172

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

Shades of Deluge #7D72AC

Tints of Deluge #7D72AC

RGB

 RED value IS 125 (49.22% from 255) = 30.41%

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

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

R = 30.41%
G = 27.74%
B = 41.85%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D72AC (or 0x7D72AC) is known color: Deluge. HEX triplet: 7D, 72 and AC. RGB value is (125,114,172). Sum of RGB (Red+Green+Blue) = 125+114+172=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D72AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D72AC is #828D53. Grayscale: #7B7B7B. Windows color (decimal): -8555860 or 11301501. OLE color: 11301501.

HSL color Cylindrical-coordinate representation of color #7D72AC: hue angle of 251.38º 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 #7D72AC is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 114 172 -
CMYK 0.27 0.34 0 0.33
HSL 251.38º 0.26% 0.56% -
HSV(B) 251.38º 0.34% 0.67% -
XYZ 21.92 19.37 41.61 -
YUV 123.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 125 114 172 0.27 0.34 0 0.33 251.38 0.26 0.56
Hex 7D 72 AC 1B 22 0 21 FB 1A 38
Octal 175 162 254 33 42 0 41 373 32 70
Binary 1111101 1110010 10101100 11011 100010 0 100001 11111011 11010 111000

Color Harmonies of #7D72AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D72AC

Black with #7D72AC

Text Example


Text Example

White with #7D72AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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