Html Css Color HEX #7D6FAC Deluge

📋 copy color: '#7D6FAC'

red 125 ◦ green 111 ◦ blue 172

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

Shades of Deluge #7D6FAC

Tints of Deluge #7D6FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.21%

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

R = 30.64%
G = 27.21%
B = 42.16%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D6FAC (or 0x7D6FAC) is known color: Deluge. HEX triplet: 7D, 6F and AC. RGB value is (125,111,172). Sum of RGB (Red+Green+Blue) = 125+111+172=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D6FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6FAC is #829053. Grayscale: #797979. Windows color (decimal): -8556628 or 11300733. OLE color: 11300733.

HSL color Cylindrical-coordinate representation of color #7D6FAC: hue angle of 253.77º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D6FAC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 111 172 -
CMYK 0.27 0.35 0 0.33
HSL 253.77º 0.27% 0.55% -
HSV(B) 253.77º 0.35% 0.67% -
XYZ 21.59 18.71 41.5 -
YUV 122.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 125 111 172 0.27 0.35 0 0.33 253.77 0.27 0.55
Hex 7D 6F AC 1B 23 0 21 FE 1B 37
Octal 175 157 254 33 43 0 41 376 33 67
Binary 1111101 1101111 10101100 11011 100011 0 100001 11111110 11011 110111

Color Harmonies of #7D6FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6FAC

Black with #7D6FAC

Text Example


Text Example

White with #7D6FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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