Html Css Color HEX #7C6BAD Deluge

📋 copy color: '#7C6BAD'

red 124 ◦ green 107 ◦ blue 173

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

Shades of Deluge #7C6BAD

Tints of Deluge #7C6BAD

RGB

 RED value IS 124 (48.83% from 255) = 30.69%

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

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

R = 30.69%
G = 26.49%
B = 42.82%

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

#7C6BAD (or 0x7C6BAD) is known color: Deluge. HEX triplet: 7C, 6B and AD. RGB value is (124,107,173). Sum of RGB (Red+Green+Blue) = 124+107+173=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C6BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6BAD is #839452. Grayscale: #777777. Windows color (decimal): -8623187 or 11365244. OLE color: 11365244.

HSL color Cylindrical-coordinate representation of color #7C6BAD: hue angle of 255.45º 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 #7C6BAD is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 107 173 -
CMYK 0.28 0.38 0 0.32
HSL 255.45º 0.29% 0.55% -
HSV(B) 255.45º 0.38% 0.68% -
XYZ 21.11 17.82 41.86 -
YUV 119.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 124 107 173 0.28 0.38 0 0.32 255.45 0.29 0.55
Hex 7C 6B AD 1C 26 0 20 FF 1D 37
Octal 174 153 255 34 46 0 40 377 35 67
Binary 1111100 1101011 10101101 11100 100110 0 100000 11111111 11101 110111

Color Harmonies of #7C6BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6BAD

Black with #7C6BAD

Text Example


Text Example

White with #7C6BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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