Html Css Color HEX #7C6599 Deluge

📋 copy color: '#7C6599'

red 124 ◦ green 101 ◦ blue 153

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

Shades of Deluge #7C6599

Tints of Deluge #7C6599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.72%

 BLUE value IS 153 (60.16% from 255) = 40.48%

R = 32.8%
G = 26.72%
B = 40.48%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7C6599 (or 0x7C6599) is known color: Deluge. HEX triplet: 7C, 65 and 99. RGB value is (124,101,153). Sum of RGB (Red+Green+Blue) = 124+101+153=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C6599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6599 is #839A66. Grayscale: #717171. Windows color (decimal): -8624743 or 10052988. OLE color: 10052988.

HSL color Cylindrical-coordinate representation of color #7C6599: hue angle of 266.54º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C6599 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 101 153 -
CMYK 0.19 0.34 0 0.4
HSL 266.54º 0.2% 0.5% -
HSV(B) 266.54º 0.34% 0.6% -
XYZ 18.72 15.89 32.22 -
YUV 113.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 124 101 153 0.19 0.34 0 0.4 266.54 0.2 0.5
Hex 7C 65 99 13 22 0 28 10B 14 32
Octal 174 145 231 23 42 0 50 413 24 62
Binary 1111100 1100101 10011001 10011 100010 0 101000 100001011 10100 110010

Color Harmonies of #7C6599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6599

Black with #7C6599

Text Example


Text Example

White with #7C6599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,101,153); }

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

background-color css

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

 a { background-color: rgb(124,101,153); }

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

border-color css

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

 span { border-color: rgb(124,101,153); }

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