Html Css Color HEX #7D72A2 Deluge

📋 copy color: '#7D72A2'

red 125 ◦ green 114 ◦ blue 162

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

Shades of Deluge #7D72A2

Tints of Deluge #7D72A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.4%

R = 31.17%
G = 28.43%
B = 40.4%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7D72A2 (or 0x7D72A2) is known color: Deluge. HEX triplet: 7D, 72 and A2. RGB value is (125,114,162). Sum of RGB (Red+Green+Blue) = 125+114+162=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 162 - color contains mainly: blue. Hex color #7D72A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D72A2 is #828D5D. Grayscale: #7A7A7A. Windows color (decimal): -8555870 or 10646141. OLE color: 10646141.

HSL color Cylindrical-coordinate representation of color #7D72A2: hue angle of 253.75º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D72A2 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 114 162 -
CMYK 0.23 0.30 0 0.36
HSL 253.75º 0.21% 0.54% -
HSV(B) 253.75º 0.3% 0.64% -
XYZ 21 19 36.74 -
YUV 122.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 125 114 162 0.23 0.30 0 0.36 253.75 0.21 0.54
Hex 7D 72 A2 17 1E 0 24 FE 15 36
Octal 175 162 242 27 36 0 44 376 25 66
Binary 1111101 1110010 10100010 10111 11110 0 100100 11111110 10101 110110

Color Harmonies of #7D72A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D72A2

Black with #7D72A2

Text Example


Text Example

White with #7D72A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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