Html Css Color HEX #7D6BAD Deluge

📋 copy color: '#7D6BAD'

red 125 ◦ green 107 ◦ blue 173

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

Shades of Deluge #7D6BAD

Tints of Deluge #7D6BAD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.42%

 BLUE value IS 173 (67.97% from 255) = 42.72%

R = 30.86%
G = 26.42%
B = 42.72%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D6BAD (or 0x7D6BAD) is known color: Deluge. HEX triplet: 7D, 6B and AD. RGB value is (125,107,173). Sum of RGB (Red+Green+Blue) = 125+107+173=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D6BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6BAD is #829452. Grayscale: #777777. Windows color (decimal): -8557651 or 11365245. OLE color: 11365245.

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

Color convert

RGB 125 107 173 -
CMYK 0.28 0.38 0 0.32
HSL 256.36º 0.29% 0.55% -
HSV(B) 256.36º 0.38% 0.68% -
XYZ 21.26 17.89 41.87 -
YUV 119.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 125 107 173 0.28 0.38 0 0.32 256.36 0.29 0.55
Hex 7D 6B AD 1C 26 0 20 100 1D 37
Octal 175 153 255 34 46 0 40 400 35 67
Binary 1111101 1101011 10101101 11100 100110 0 100000 100000000 11101 110111

Color Harmonies of #7D6BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6BAD

Black with #7D6BAD

Text Example


Text Example

White with #7D6BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,107,173); }

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

background-color css

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

 a { background-color: rgb(125,107,173); }

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

border-color css

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

 span { border-color: rgb(125,107,173); }

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