Html Css Color HEX #7D70A5 Deluge

📋 copy color: '#7D70A5'

red 125 ◦ green 112 ◦ blue 165

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

Shades of Deluge #7D70A5

Tints of Deluge #7D70A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.04%

R = 31.09%
G = 27.86%
B = 41.04%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7D70A5 (or 0x7D70A5) is known color: Deluge. HEX triplet: 7D, 70 and A5. RGB value is (125,112,165). Sum of RGB (Red+Green+Blue) = 125+112+165=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 165 - color contains mainly: blue. Hex color #7D70A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D70A5 is #828F5A. Grayscale: #797979. Windows color (decimal): -8556379 or 10842237. OLE color: 10842237.

HSL color Cylindrical-coordinate representation of color #7D70A5: hue angle of 254.72º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D70A5 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 112 165 -
CMYK 0.24 0.32 0 0.35
HSL 254.72º 0.23% 0.54% -
HSV(B) 254.72º 0.32% 0.65% -
XYZ 21.04 18.66 38.09 -
YUV 121.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 125 112 165 0.24 0.32 0 0.35 254.72 0.23 0.54
Hex 7D 70 A5 18 20 0 23 FF 17 36
Octal 175 160 245 30 40 0 43 377 27 66
Binary 1111101 1110000 10100101 11000 100000 0 100011 11111111 10111 110110

Color Harmonies of #7D70A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D70A5

Black with #7D70A5

Text Example


Text Example

White with #7D70A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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