Html Css Color HEX #7D70AE Deluge

📋 copy color: '#7D70AE'

red 125 ◦ green 112 ◦ blue 174

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

Shades of Deluge #7D70AE

Tints of Deluge #7D70AE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.25%

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 30.41%
G = 27.25%
B = 42.34%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D70AE (or 0x7D70AE) is known color: Deluge. HEX triplet: 7D, 70 and AE. RGB value is (125,112,174). Sum of RGB (Red+Green+Blue) = 125+112+174=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D70AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D70AE is #828F51. Grayscale: #7A7A7A. Windows color (decimal): -8556370 or 11432061. OLE color: 11432061.

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

Color convert

RGB 125 112 174 -
CMYK 0.28 0.36 0 0.32
HSL 252.58º 0.28% 0.56% -
HSV(B) 252.58º 0.36% 0.68% -
XYZ 21.89 19 42.56 -
YUV 122.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 125 112 174 0.28 0.36 0 0.32 252.58 0.28 0.56
Hex 7D 70 AE 1C 24 0 20 FD 1C 38
Octal 175 160 256 34 44 0 40 375 34 70
Binary 1111101 1110000 10101110 11100 100100 0 100000 11111101 11100 111000

Color Harmonies of #7D70AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D70AE

Black with #7D70AE

Text Example


Text Example

White with #7D70AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,112,174); }

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

background-color css

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

 a { background-color: rgb(125,112,174); }

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

border-color css

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

 span { border-color: rgb(125,112,174); }

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